diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-11-09 03:14:38 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-11-09 03:14:38 (GMT) |
commit | 82e142d6b52153024bd05fa3a7853be7c64bb3bb (patch) | |
tree | 06d69a8612742dd6ab8d519baefc3f6355329fde /tests/auto/declarative/qmldebug/qmldebug.pro | |
parent | 65ebb736e7d1f134b6d3dc5c620de43b9880d544 (diff) | |
parent | 5e5ee991ad4261516cf099c9b237f8c72c9d49cc (diff) | |
download | Qt-82e142d6b52153024bd05fa3a7853be7c64bb3bb.zip Qt-82e142d6b52153024bd05fa3a7853be7c64bb3bb.tar.gz Qt-82e142d6b52153024bd05fa3a7853be7c64bb3bb.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 |