aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.pri
diff options
context:
space:
mode:
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