aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-18 11:53:40 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-18 11:53:40 +0200
commit728901eab3d77595878ae1dc3defbcfbde6423a3 (patch)
tree0b1c750d9776dcf206c4bb88987719e124cbe3ea /tests/tests.pro
parent4fb81e112fe2d334b0627359ff02015d514abae7 (diff)
downloadqxmpp-728901eab3d77595878ae1dc3defbcfbde6423a3.tar.gz
split RTP tests out
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 9486876d..e41696d9 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -5,8 +5,12 @@ QT += testlib
TARGET = qxmpp-tests
RESOURCES += tests.qrc
-SOURCES += tests.cpp
-HEADERS += tests.h
+SOURCES += \
+ rtp.cpp \
+ tests.cpp
+HEADERS += \
+ rtp.h \
+ tests.h
INCLUDEPATH += $$QXMPP_INCLUDEPATH
LIBS += -L../src $$QXMPP_LIBS