aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.pri
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.pri')
-rw-r--r--tests/tests.pri3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tests.pri b/tests/tests.pri
index 4098bb45..06397f18 100644
--- a/tests/tests.pri
+++ b/tests/tests.pri
@@ -2,7 +2,10 @@ include(../qxmpp.pri)
QT -= gui
QT += testlib
+CONFIG -= app_bundle
+CONFIG += testcase
QMAKE_LIBDIR += ../../src
+QMAKE_RPATHDIR = ../../src
INCLUDEPATH += $$PWD $$QXMPP_INCLUDEPATH
LIBS += $$QXMPP_LIBS