diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-03-20 15:28:40 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-03-20 16:20:02 -0700 |
| commit | f17fd50a6211eb6df7a4b1665e99aeddf20f2501 (patch) | |
| tree | d4e2a43a89f46d85023e7dd381b3ac172c6a04f4 | |
| parent | 463862b94bbad473452605f9f2b3e3d25abb8816 (diff) | |
| download | vcpkg-f17fd50a6211eb6df7a4b1665e99aeddf20f2501.tar.gz vcpkg-f17fd50a6211eb6df7a4b1665e99aeddf20f2501.zip | |
[qt5] Enable opengl desktop to support QWT
| -rw-r--r-- | ports/qt5/CONTROL | 2 | ||||
| -rw-r--r-- | 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 |
