aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-09-02 09:28:28 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-09-02 09:28:28 +0000
commit37da09eeb4ac168217a0d05ae40adfd8c0f35e64 (patch)
treeb0893dc04fa317463c6f48a2a3744ce3623f1776 /tests/tests.pro
parent8324556cfa55a0cc15ac19165dc48a1492aa43d0 (diff)
downloadqxmpp-37da09eeb4ac168217a0d05ae40adfd8c0f35e64.tar.gz
load test files from resources so the tests can be run from any path
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 1ce95d39..2848c2ed 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -4,8 +4,8 @@ QT += network xml testlib
TARGET = tests
+RESOURCES += tests.qrc
SOURCES += tests.cpp
-
HEADERS += tests.h
INCLUDEPATH += $$QXMPP_INCLUDE_DIR