aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2014-09-13 21:36:51 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2014-09-13 21:36:51 +0200
commit340b96b5b70873d158de7f0620220627114c3321 (patch)
tree3016cf2ac4514123bb8b58cff9ece6bd59daedb3 /tests
parentd4949d5a9212a039ae2749cffd50fe8fa8529c97 (diff)
downloadqxmpp-340b96b5b70873d158de7f0620220627114c3321.tar.gz
make it possible to run tests using "make check"
Diffstat (limited to 'tests')
-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