aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorNiels Ole Salscheider <niels_ole@salscheider-online.de>2017-09-04 10:47:22 +0200
committerNiels Ole Salscheider <niels_ole@salscheider-online.de>2017-09-04 20:16:31 +0200
commitcc9fa522269581764c9abd401973d4d1c84e0ca1 (patch)
tree5f52bf87f7d29cb68805c19f5e2b6f8765463778 /tests/tests.pro
parentad7910dabd6cdbbb62fe4c8718f69e6c291a78cc (diff)
downloadqxmpp-cc9fa522269581764c9abd401973d4d1c84e0ca1.tar.gz
Port tests to the new build system
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro39
1 files changed, 0 insertions, 39 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
deleted file mode 100644
index 987ac7ee..00000000
--- a/tests/tests.pro
+++ /dev/null
@@ -1,39 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS = \
- qxmpparchiveiq \
- qxmppbindiq \
- qxmppcallmanager \
- qxmppcarbonmanager \
- qxmppdataform \
- qxmppdiscoveryiq \
- qxmppentitytimeiq \
- qxmppiceconnection \
- qxmppiq \
- qxmppjingleiq \
- qxmppmammanager \
- qxmppmessage \
- qxmppnonsaslauthiq \
- qxmpppresence \
- qxmpppubsubiq \
- qxmppregisteriq \
- qxmppresultset \
- qxmpprosteriq \
- qxmpprpciq \
- qxmpprtcppacket \
- qxmpprtppacket \
- qxmppserver \
- qxmppsessioniq \
- qxmppsocks \
- qxmppstanza \
- qxmppstreamfeatures \
- qxmppstunmessage \
- qxmpptransfermanager \
- qxmpputils \
- qxmppvcardiq \
- qxmppversioniq
-
-!isEmpty(QXMPP_AUTOTEST_INTERNAL) {
- SUBDIRS += qxmppcodec
- SUBDIRS += qxmppsasl
- SUBDIRS += qxmppstreaminitiationiq
-}