aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.pri
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.pri')
-rw-r--r--tests/tests.pri14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/tests.pri b/tests/tests.pri
deleted file mode 100644
index 364d28bb..00000000
--- a/tests/tests.pri
+++ /dev/null
@@ -1,14 +0,0 @@
-include(../qxmpp.pri)
-
-QT -= gui
-QT += testlib
-CONFIG -= app_bundle
-CONFIG += testcase
-
-QMAKE_LIBDIR += ../../src
-QMAKE_RPATHDIR += $$OUT_PWD/../../src
-INCLUDEPATH += $$PWD $$QXMPP_INCLUDEPATH
-LIBS += $$QXMPP_LIBS
-
-# do not install testcases
-target.CONFIG += no_default_install