aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.pri
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 15:06:55 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 15:06:55 +0200
commitdb2f84e966682c1072cd579baa9511906a276ab0 (patch)
tree6554c194b2cf52e19e7940ed31f9c64c9d540569 /tests/tests.pri
parent40c1ce264991447522e8296ad86a55ca5c3b81d1 (diff)
downloadqxmpp-db2f84e966682c1072cd579baa9511906a276ab0.tar.gz
start splitting tests
Diffstat (limited to 'tests/tests.pri')
-rw-r--r--tests/tests.pri8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/tests.pri b/tests/tests.pri
new file mode 100644
index 00000000..4098bb45
--- /dev/null
+++ b/tests/tests.pri
@@ -0,0 +1,8 @@
+include(../qxmpp.pri)
+
+QT -= gui
+QT += testlib
+
+QMAKE_LIBDIR += ../../src
+INCLUDEPATH += $$PWD $$QXMPP_INCLUDEPATH
+LIBS += $$QXMPP_LIBS