aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5-remoteobjects
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2019-09-20 23:06:43 +0200
committerPhil Christensen <philc@microsoft.com>2019-09-20 14:06:43 -0700
commit86a5b6fd7b58be61ebc375c5f61b3e99fd47b2ae (patch)
tree29914d1ca396a7e136bc2e381bff46a459ff163e /ports/qt5-remoteobjects
parentd060ff5b8bcc3c42cafec2dbf51d6be2e1cd4cac (diff)
downloadvcpkg-86a5b6fd7b58be61ebc375c5f61b3e99fd47b2ae.tar.gz
vcpkg-86a5b6fd7b58be61ebc375c5f61b3e99fd47b2ae.zip
[Qt] Fix static builds of qt5-imageformats (#8222)
* forward extra arguments to vcpkg_configure_qmake from submodules * make image format dependent on tiff and libwebp * make tools dependent on imageformat * build options must be passed a bit different then normal qmake options * add the required dependencies * a new dependency discovered in qt5-declarative * need webpdemux also * qt5-declarative is dependent on imageformats so we can drop it here * remove empty qt.conf if it exists. closes #8180 * add all recommended dependencies as dependencies in control.
Diffstat (limited to 'ports/qt5-remoteobjects')
-rw-r--r--ports/qt5-remoteobjects/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/qt5-remoteobjects/CONTROL b/ports/qt5-remoteobjects/CONTROL
index 687b4e682..def806c79 100644
--- a/ports/qt5-remoteobjects/CONTROL
+++ b/ports/qt5-remoteobjects/CONTROL
@@ -1,4 +1,4 @@
Source: qt5-remoteobjects
-Version: 5.12.5
+Version: 5.12.5-1
Description: Qt5 Remoteobjects module - Provides an easy to use mechanism for sharing a QObject's API (Properties/Signals/Slots) between processes or devices.
-Build-Depends: qt5-base
+Build-Depends: qt5-base, qt5-declarative