aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/qt5/CONTROL2
-rw-r--r--ports/qt5/portfile.cmake7
2 files changed, 4 insertions, 5 deletions
diff --git a/ports/qt5/CONTROL b/ports/qt5/CONTROL
index f42021c54..cd49d30ab 100644
--- a/ports/qt5/CONTROL
+++ b/ports/qt5/CONTROL
@@ -1,4 +1,4 @@
Source: qt5
-Version: 5.7.1-4
+Version: 5.7.1-5
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 33a1182d1..bbb171fd5 100644
--- a/ports/qt5/portfile.cmake
+++ b/ports/qt5/portfile.cmake
@@ -71,13 +71,12 @@ vcpkg_execute_required_process(
-no-style-windowsvista
-no-style-fusion
-mp
- -nomake examples -nomake tests
- # Doesn't work: only -skip webengine
- -skip webengine -skip connectivity -skip declarative
+ -nomake examples -nomake tests -no-compile-examples
+ -skip webengine -skip declarative
-qt-sql-sqlite -qt-sql-psql
-prefix ${CURRENT_PACKAGES_DIR}
-bindir ${CURRENT_PACKAGES_DIR}/bin
- -hostbindir ${CURRENT_PACKAGES_DIR}/tools
+ -hostbindir ${CURRENT_PACKAGES_DIR}/tools/qt5
-archdatadir ${CURRENT_PACKAGES_DIR}/share/qt5
-datadir ${CURRENT_PACKAGES_DIR}/share/qt5
-plugindir ${CURRENT_PACKAGES_DIR}/plugins