diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-11-09 03:32:23 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-11-09 03:32:23 (GMT) |
commit | e0cb271b01d18fb178b2c17969c0bf0bff880aed (patch) | |
tree | d26a718741ec1bfc0d7768067c5a8e827e7dcd0a /tests/auto/declarative/qmldebug/qmldebug.pro | |
parent | 1424d6be3691bafc980693c01532938dc4a640a6 (diff) | |
parent | 82e142d6b52153024bd05fa3a7853be7c64bb3bb (diff) | |
download | Qt-e0cb271b01d18fb178b2c17969c0bf0bff880aed.zip Qt-e0cb271b01d18fb178b2c17969c0bf0bff880aed.tar.gz Qt-e0cb271b01d18fb178b2c17969c0bf0bff880aed.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'tests/auto/declarative/qmldebug/qmldebug.pro')
-rw-r--r-- | tests/auto/declarative/qmldebug/qmldebug.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmldebug/qmldebug.pro b/tests/auto/declarative/qmldebug/qmldebug.pro new file mode 100644 index 0000000..61f821e --- /dev/null +++ b/tests/auto/declarative/qmldebug/qmldebug.pro @@ -0,0 +1,5 @@ +load(qttest_p4) +contains(QT_CONFIG,declarative): QT += network declarative +macx:CONFIG -= app_bundle + +SOURCES += tst_qmldebug.cpp |