From dbf35e498db723ae9850686e462ec4f45bc7b67c Mon Sep 17 00:00:00 2001 From: Matthew Vogt Date: Tue, 31 Jan 2012 11:22:08 +1000 Subject: Modify QtQuick1 to build in Qt5 Change-Id: I1c5ccaef420e8f119e761f50b969127f430df7ba Reviewed-by: Martin Jones --- .../cppextensions/referenceexamples/properties/properties.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/declarative/cppextensions/referenceexamples/properties/properties.pro') 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 \ -- cgit v1.2.3