diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 15:06:55 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 15:06:55 +0200 |
| commit | db2f84e966682c1072cd579baa9511906a276ab0 (patch) | |
| tree | 6554c194b2cf52e19e7940ed31f9c64c9d540569 /tests/tests.pro | |
| parent | 40c1ce264991447522e8296ad86a55ca5c3b81d1 (diff) | |
| download | qxmpp-db2f84e966682c1072cd579baa9511906a276ab0.tar.gz | |
start splitting tests
Diffstat (limited to 'tests/tests.pro')
| -rw-r--r-- | tests/tests.pro | 49 |
1 files changed, 2 insertions, 47 deletions
diff --git a/tests/tests.pro b/tests/tests.pro index d857621f..0e5e4904 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -1,47 +1,2 @@ -include(../qxmpp.pri) - -QT -= gui -QT += testlib - -TARGET = qxmpp-tests - -RESOURCES += tests.qrc -SOURCES += \ - dataform.cpp \ - iq.cpp \ - jingle.cpp \ - message.cpp \ - presence.cpp \ - register.cpp \ - roster.cpp \ - rpc.cpp \ - rsm.cpp \ - rtp.cpp \ - stanza.cpp \ - stun.cpp \ - tests.cpp \ - vcard.cpp -HEADERS += \ - dataform.h \ - iq.h \ - jingle.h \ - message.h \ - presence.h \ - register.h \ - roster.h \ - rpc.h \ - rsm.h \ - rtp.h \ - stanza.h \ - stun.h \ - tests.h \ - vcard.h - -!isEmpty(QXMPP_AUTOTEST_INTERNAL) { - HEADERS += codec.h sasl.h si.h - SOURCES += codec.cpp sasl.cpp si.cpp -} - -QMAKE_LIBDIR += ../src -INCLUDEPATH += $$QXMPP_INCLUDEPATH -LIBS += $$QXMPP_LIBS +TEMPLATE = subdirs +SUBDIRS = all qxmppiq |
