summaryrefslogtreecommitdiff
path: root/src/imports/core/core.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/core/core.pro')
-rw-r--r--src/imports/core/core.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/core/core.pro b/src/imports/core/core.pro
index 50e75c8..72e014c 100644
--- a/src/imports/core/core.pro
+++ b/src/imports/core/core.pro
@@ -6,11 +6,11 @@ IMPORT_VERSION = 1.0
SOURCES += \
plugin.cpp
-QT += ivicore
+QT = ivicore
# Automatically update the qmltypes file to keep it up to date with API changes
# This only works for non-prefix builds and not when cross-compiling
-!cross_compile:!force_independent:if(!debug_and_release|!build_all|CONFIG(release, debug|release)) {
+!cross_compile:!force_independent:if(!debug_and_release|!build_all|CONFIG(release, debug|release)):qtHaveModule(quick) {
first.target = first
first.depends += qmltypes
QMAKE_EXTRA_TARGETS += first