summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2010-03-25 08:06:19 (GMT)
committerJoona Petrell <joona.t.petrell@nokia.com>2010-03-26 00:49:37 (GMT)
commit2fff42f7fa4a38e8f5b709493562a81b75762da6 (patch)
tree6811fd957756a14216570698c398b810b029cd56
parent1dc40aa28ee93ee067c18349dc54e7b8b4f4dc4f (diff)
downloadQt-2fff42f7fa4a38e8f5b709493562a81b75762da6.zip
Qt-2fff42f7fa4a38e8f5b709493562a81b75762da6.tar.gz
Qt-2fff42f7fa4a38e8f5b709493562a81b75762da6.tar.bz2
Add declarative subdir to examples.pro
Task-number: Reviewed-by: Martin Jones
-rw-r--r--examples/examples.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index ec5cc5f9..b046167 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -57,6 +57,7 @@ embedded:SUBDIRS += qws
contains(QT_CONFIG, opengl): SUBDIRS += opengl
contains(QT_CONFIG, openvg): SUBDIRS += openvg
contains(QT_CONFIG, dbus): SUBDIRS += dbus
+contains(QT_CONFIG, declarative): SUBDIRS += declarative
win32: SUBDIRS += activeqt
contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns
contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows