aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-18 16:39:39 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-18 16:39:39 +0200
commitf880bbd5f96f505d8c00cdfe9d3ad46160d7c34c (patch)
tree5b94addbeef64b719663c676eaa9d781bfde9d41 /tests/tests.pro
parent2b2b251d5cfd324df9ec3bfdc110568a43f03140 (diff)
downloadqxmpp-f880bbd5f96f505d8c00cdfe9d3ad46160d7c34c.tar.gz
split QXmppMessage tests
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index e68b81d6..55aa4fab 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -7,6 +7,7 @@ TARGET = qxmpp-tests
RESOURCES += tests.qrc
SOURCES += \
dataform.cpp \
+ message.cpp \
presence.cpp \
register.cpp \
rsm.cpp \
@@ -14,6 +15,7 @@ SOURCES += \
tests.cpp
HEADERS += \
dataform.h \
+ message.h \
presence.h \
register.h \
rsm.h \