aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-21 19:35:06 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-21 19:35:06 +0200
commit92729ab1a47e45adf19d57d60427ff2e7858e0b4 (patch)
treef95dc7ff65b7e258a269a1ee7b2deab3e742c894 /tests/tests.pro
parentb7b646842fd13a1316c5def2c46f4c0025e03e2e (diff)
downloadqxmpp-92729ab1a47e45adf19d57d60427ff2e7858e0b4.tar.gz
add tests for QXmppIq
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 9fabdf6f..d73311b6 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -7,6 +7,7 @@ TARGET = qxmpp-tests
RESOURCES += tests.qrc
SOURCES += \
dataform.cpp \
+ iq.cpp \
jingle.cpp \
message.cpp \
presence.cpp \
@@ -16,6 +17,7 @@ SOURCES += \
tests.cpp
HEADERS += \
dataform.h \
+ iq.h \
jingle.h \
message.h \
presence.h \