summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2019-07-17 13:19:48 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2019-07-18 07:21:18 +0200
commit03b666a967fb7501248e9f40a5b187ec3a16c453 (patch)
tree7e189a84f50076e24aa5754c1084704272781739 /.qmake.conf
parentffb87007433752fb006655cdba823f93045e4103 (diff)
Prospective fix when using QtLottie in QML apps with cmake and static linkagev5.14.0-alpha1
We need to create the cmake integration files to enable static linking. We don't need to test application side direct linkage though, as the bodymoving module is private and has no header files (interface). Change-Id: I4e469727100954abc338edef3ff4bb8e0a1c6579 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 281a385..3e66c5a 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,6 +1,5 @@
load(qt_build_config)
CONFIG += warning_clean
-CONFIG -= create_cmake
DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS QT_NO_LINKED_LIST