aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/models
diff options
context:
space:
mode:
authorTasuku Suzuki <stasuku@gmail.com>2013-05-02 11:39:55 +0900
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-10 17:23:09 +0200
commit3bc63f5251ca3e3da212c72fc48c3e82364088a5 (patch)
tree66daebe1dcf4238b2ead76d7d3957d082d8cc4c0 /src/imports/models
parentf617dbeeedbc4e8f6ce7f81995ab217036094cfa (diff)
Make qtdeclarative compile with -no-gui
Change-Id: I0c5a55c8f6b78450b2bce693bb55e12f8a224172 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'src/imports/models')
-rw-r--r--src/imports/models/models.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/models/models.pro b/src/imports/models/models.pro
index e96d4b9a44..98b0bd617a 100644
--- a/src/imports/models/models.pro
+++ b/src/imports/models/models.pro
@@ -6,6 +6,6 @@ IMPORT_VERSION = 2.1
SOURCES += \
plugin.cpp
-QT += qml-private
+QT = qml-private
load(qml_plugin)