diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-12-27 14:23:44 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-12-27 14:23:44 -0800 |
| commit | 6f0eafe422f31c65d1b67fb64a69c12f2176e1fd (patch) | |
| tree | e57fa397d95833efddc03c70183be6ae09682463 | |
| parent | 1eb02ad9a4410977b203fd54ceed837210b08ba6 (diff) | |
| parent | 2d9f8ff115f77a4355b304e3c9c98441606bc605 (diff) | |
| download | vcpkg-6f0eafe422f31c65d1b67fb64a69c12f2176e1fd.tar.gz vcpkg-6f0eafe422f31c65d1b67fb64a69c12f2176e1fd.zip | |
Merge branch 'traversaro-patch-1'
| -rw-r--r-- | ports/qt5/CONTROL | 2 | ||||
| -rw-r--r-- | ports/qt5/portfile.cmake | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ports/qt5/CONTROL b/ports/qt5/CONTROL index dd52e6a64..0b34843f1 100644 --- a/ports/qt5/CONTROL +++ b/ports/qt5/CONTROL @@ -1,4 +1,4 @@ Source: qt5 -Version: 5.7.1 +Version: 5.7.1-1 Description: Qt5 application framework main components. Webengine, examples and tests not included. Build-Depends: sqlite3, libpq
\ No newline at end of file diff --git a/ports/qt5/portfile.cmake b/ports/qt5/portfile.cmake index c487d79a2..41c103870 100644 --- a/ports/qt5/portfile.cmake +++ b/ports/qt5/portfile.cmake @@ -47,6 +47,10 @@ vcpkg_execute_required_process( -debug-and-release -force-debug-info ${QT_RUNTIME_LINKAGE} -qt-zlib -qt-libjpeg + -no-libpng + -no-freetype + -no-pcre + -no-harfbuzz -system-sqlite -nomake examples -nomake tests -skip webengine -qt-sql-sqlite -qt-sql-psql |
