diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-11-13 07:41:37 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-11-13 07:41:37 (GMT) |
commit | 20fb6a8292583f2cdaa171b59b8e8739ca1f8705 (patch) | |
tree | 0e89f25b5bfd70edab31853ac449e8e76ad7a3f0 /tests/auto/declarative/debugger/qpacketprotocol/qpacketprotocol.pro | |
parent | 166060d9039f2562c93ebc9679599933a7cb2e24 (diff) | |
parent | 98d06d8d10919e0a83d29bd88f0b572b9b4a753c (diff) | |
download | Qt-20fb6a8292583f2cdaa171b59b8e8739ca1f8705.zip Qt-20fb6a8292583f2cdaa171b59b8e8739ca1f8705.tar.gz Qt-20fb6a8292583f2cdaa171b59b8e8739ca1f8705.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'tests/auto/declarative/debugger/qpacketprotocol/qpacketprotocol.pro')
-rw-r--r-- | tests/auto/declarative/debugger/qpacketprotocol/qpacketprotocol.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/declarative/debugger/qpacketprotocol/qpacketprotocol.pro b/tests/auto/declarative/debugger/qpacketprotocol/qpacketprotocol.pro new file mode 100644 index 0000000..800e5e0 --- /dev/null +++ b/tests/auto/declarative/debugger/qpacketprotocol/qpacketprotocol.pro @@ -0,0 +1,7 @@ +load(qttest_p4) +contains(QT_CONFIG,declarative): QT += network declarative +macx:CONFIG -= app_bundle + +HEADERS += ../debugutil_p.h +SOURCES += tst_qpacketprotocol.cpp \ + ../debugutil.cpp |