summaryrefslogtreecommitdiffstats
path: root/src/sdk
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-02-20 13:55:42 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-02-25 15:34:04 +0000
commitf0951246d8192c8fbd3ea7f6366f476736ae1a2d (patch)
tree385e44d3b75b349a13d0076a710075e70b65e5eb /src/sdk
parent683c2e80d4294e44820e244f87dc9250cdc59087 (diff)
Fix dependencies in static build
Change-Id: Iae06c6d5a9b1c678a4ab136da145a9c69ccadb6e Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Diffstat (limited to 'src/sdk')
-rw-r--r--src/sdk/sdk.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/sdk/sdk.pro b/src/sdk/sdk.pro
index 3919f2877..d228593da 100644
--- a/src/sdk/sdk.pro
+++ b/src/sdk/sdk.pro
@@ -12,6 +12,13 @@ QT += network qml xml widgets
QTPLUGIN += qminimal
}
+CONFIG(static, static|shared) {
+ # prevent qmake from automatically linking in imageformats, bearer, qmltooling plugins
+ QTPLUGIN.imageformats = -
+ QTPLUGIN.bearer = -
+ QTPLUGIN.qmltooling = -
+}
+
DESTDIR = $$IFW_APP_PATH
exists($$LRELEASE) {