Make qtdeclarative compile with -no-gui
authorTasuku Suzuki <stasuku@gmail.com>
Thu, 2 May 2013 02:39:55 +0000 (11:39 +0900)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 10 Jun 2013 15:23:09 +0000 (17:23 +0200)
Change-Id: I0c5a55c8f6b78450b2bce693bb55e12f8a224172
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>

src/imports/models/models.pro
tools/qmlprofiler/qmlprofiler.pro

index e96d4b9..98b0bd6 100644 (file)
@@ -6,6 +6,6 @@ IMPORT_VERSION = 2.1
 SOURCES += \
     plugin.cpp
 
-QT += qml-private
+QT = qml-private
 
 load(qml_plugin)
index c5def99..b3833a8 100644 (file)
@@ -1,4 +1,4 @@
-QT += qml qml-private v8-private network core-private
+QT = qml qml-private v8-private network core-private
 
 SOURCES += main.cpp \
     qmlprofilerapplication.cpp \