From f17fd50a6211eb6df7a4b1665e99aeddf20f2501 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Mon, 20 Mar 2017 15:28:40 -0700 Subject: [PATCH] [qt5] Enable opengl desktop to support QWT --- ports/qt5/CONTROL | 2 +- ports/qt5/portfile.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/qt5/CONTROL b/ports/qt5/CONTROL index cd49d30ab..d8a6dee84 100644 --- a/ports/qt5/CONTROL +++ b/ports/qt5/CONTROL @@ -1,4 +1,4 @@ Source: qt5 -Version: 5.7.1-5 +Version: 5.7.1-6 Description: Qt5 application framework main components. Webengine, examples and tests not included. Build-Depends: sqlite3, libpq, double-conversion diff --git a/ports/qt5/portfile.cmake b/ports/qt5/portfile.cmake index ecdc9b8df..56ab9d4b0 100644 --- a/ports/qt5/portfile.cmake +++ b/ports/qt5/portfile.cmake @@ -66,7 +66,7 @@ vcpkg_execute_required_process( -system-doubleconversion -no-iconv -system-sqlite - -no-opengl + -opengl desktop # other options are "-no-opengl" and "-opengl angle" -no-style-windowsxp -no-style-windowsvista -no-style-fusion