From 3bc63f5251ca3e3da212c72fc48c3e82364088a5 Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Thu, 2 May 2013 11:39:55 +0900 Subject: [PATCH] Make qtdeclarative compile with -no-gui Change-Id: I0c5a55c8f6b78450b2bce693bb55e12f8a224172 Reviewed-by: Oswald Buddenhagen --- src/imports/models/models.pro | 2 +- tools/qmlprofiler/qmlprofiler.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/imports/models/models.pro b/src/imports/models/models.pro index e96d4b9..98b0bd6 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) diff --git a/tools/qmlprofiler/qmlprofiler.pro b/tools/qmlprofiler/qmlprofiler.pro index c5def99..b3833a8 100644 --- a/tools/qmlprofiler/qmlprofiler.pro +++ b/tools/qmlprofiler/qmlprofiler.pro @@ -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 \ -- 1.7.2.5