aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-02-18 14:38:43 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-21 17:43:19 +0100
commit4ff32bdc505054cf73fdd55783391fdf628fe29e (patch)
tree11267e7e518110483260bc4016aa9be1364d79a7 /examples/qml/referenceexamples
parentf04011afa242f3c63b6670143a38093dc8d40a46 (diff)
the shell example and a bunch of reference examples need no QtGui
Task-number: QTBUG-36893 Change-Id: I51e402c90bd727cd3066788e0864e887ab8cb9e4 Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Diffstat (limited to 'examples/qml/referenceexamples')
-rw-r--r--examples/qml/referenceexamples/adding/adding.pro2
-rw-r--r--examples/qml/referenceexamples/coercion/coercion.pro2
-rw-r--r--examples/qml/referenceexamples/default/default.pro2
-rw-r--r--examples/qml/referenceexamples/methods/methods.pro2
-rw-r--r--examples/qml/referenceexamples/properties/properties.pro2
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/qml/referenceexamples/adding/adding.pro b/examples/qml/referenceexamples/adding/adding.pro
index 602898f1b8..ae135c7925 100644
--- a/examples/qml/referenceexamples/adding/adding.pro
+++ b/examples/qml/referenceexamples/adding/adding.pro
@@ -1,4 +1,4 @@
-QT += qml
+QT = core qml
SOURCES += main.cpp \
person.cpp
diff --git a/examples/qml/referenceexamples/coercion/coercion.pro b/examples/qml/referenceexamples/coercion/coercion.pro
index 7fca26c15e..373a15fc28 100644
--- a/examples/qml/referenceexamples/coercion/coercion.pro
+++ b/examples/qml/referenceexamples/coercion/coercion.pro
@@ -1,4 +1,4 @@
-QT += qml
+QT = core qml
SOURCES += main.cpp \
person.cpp \
diff --git a/examples/qml/referenceexamples/default/default.pro b/examples/qml/referenceexamples/default/default.pro
index c43867fc4a..c119ef0d2e 100644
--- a/examples/qml/referenceexamples/default/default.pro
+++ b/examples/qml/referenceexamples/default/default.pro
@@ -1,4 +1,4 @@
-QT += qml
+QT = core qml
SOURCES += main.cpp \
person.cpp \
diff --git a/examples/qml/referenceexamples/methods/methods.pro b/examples/qml/referenceexamples/methods/methods.pro
index 911a460444..008ba19d96 100644
--- a/examples/qml/referenceexamples/methods/methods.pro
+++ b/examples/qml/referenceexamples/methods/methods.pro
@@ -1,4 +1,4 @@
-QT += qml
+QT = core qml
SOURCES += main.cpp \
person.cpp \
diff --git a/examples/qml/referenceexamples/properties/properties.pro b/examples/qml/referenceexamples/properties/properties.pro
index 0349d44091..101c878abd 100644
--- a/examples/qml/referenceexamples/properties/properties.pro
+++ b/examples/qml/referenceexamples/properties/properties.pro
@@ -1,4 +1,4 @@
-QT += qml
+QT = core qml
SOURCES += main.cpp \
person.cpp \