diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-03-26 04:37:28 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-03-26 04:37:28 (GMT) |
commit | ca90afcf32d9ba083b34f5cef3c7bde6300844f4 (patch) | |
tree | e4833fd2340009f15ba1bb1ed5bd09421e5ea067 /examples | |
parent | 09a40e13174b9f34007ce9fbd98e06b4e48c1954 (diff) | |
parent | 33f7ae1c2edf7c414a5f8b3af79c9529718c29b1 (diff) | |
download | Qt-ca90afcf32d9ba083b34f5cef3c7bde6300844f4.zip Qt-ca90afcf32d9ba083b34f5cef3c7bde6300844f4.tar.gz Qt-ca90afcf32d9ba083b34f5cef3c7bde6300844f4.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'examples')
-rw-r--r-- | examples/examples.pro | 1 |
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 |