diff options
Diffstat (limited to 'tests/tests.pro')
| -rw-r--r-- | tests/tests.pro | 8 |
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 |
