summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-09-11 16:19:59 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-11 17:24:15 +0200
commit7db6f839281f0a6eed777d7512d3dd64603014ba (patch)
tree3c1cdaab726f8d1d46f849ea95509e2343598440 /src/src.pro
parent50241cb82481de3dc9f5681532c3a8ddd381f894 (diff)
Fix qmake syntax error
qtHaveModules doesn't exist and causes qml plugins not to build Change-Id: I028b9efd79d3cf551289772cecc561d1e52a5a12 Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 983170bb..6a16cd3d 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -2,4 +2,4 @@ TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += bluetooth nfc
-qtHaveModules(quick): SUBDIRS += imports
+qtHaveModule(quick): SUBDIRS += imports