diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-11-09 03:49:00 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-11-09 03:49:00 (GMT) |
commit | 879887e5f1e1636f6accc837154dfa3d211d7ca8 (patch) | |
tree | 2474d9dfb7c77266af5c78a181a171859d66ef18 /tests/auto/declarative/qmldebug/qmldebug.pro | |
parent | 2f055c0140cce1b258316b0ec5dadda6e9e10228 (diff) | |
parent | 604bcebbb3b37f5958b97c5178e4d2cb7cdef675 (diff) | |
download | Qt-879887e5f1e1636f6accc837154dfa3d211d7ca8.zip Qt-879887e5f1e1636f6accc837154dfa3d211d7ca8.tar.gz Qt-879887e5f1e1636f6accc837154dfa3d211d7ca8.tar.bz2 |
Merge branch 'kinetic-declarativeui' of 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 |