summaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/referenceexamples/properties/properties.pro
diff options
context:
space:
mode:
authorMatthew Vogt <matthew.vogt@nokia.com>2012-01-31 11:22:08 +1000
committerMartin Jones <martin.jones@nokia.com>2012-01-31 06:33:34 +0100
commitdbf35e498db723ae9850686e462ec4f45bc7b67c (patch)
treecf1f98717e131f26e5a6d63f6693935b2fbdb76f /examples/declarative/cppextensions/referenceexamples/properties/properties.pro
parent12a5ddf456ba8549645a8cb28a8b4ed6197a14da (diff)
Modify QtQuick1 to build in Qt5
Change-Id: I1c5ccaef420e8f119e761f50b969127f430df7ba Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'examples/declarative/cppextensions/referenceexamples/properties/properties.pro')
-rw-r--r--examples/declarative/cppextensions/referenceexamples/properties/properties.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/cppextensions/referenceexamples/properties/properties.pro b/examples/declarative/cppextensions/referenceexamples/properties/properties.pro
index 7b7616d1..d5160bab 100644
--- a/examples/declarative/cppextensions/referenceexamples/properties/properties.pro
+++ b/examples/declarative/cppextensions/referenceexamples/properties/properties.pro
@@ -2,7 +2,7 @@ TEMPLATE = app
TARGET = properties
DEPENDPATH += .
INCLUDEPATH += .
-QT += declarative
+QT += quick1
# Input
SOURCES += main.cpp \