diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 11:23:40 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 11:23:40 +0200 |
| commit | a17a1899b9885b1edd5f12043b5040bdde67d9c4 (patch) | |
| tree | ffa49fa7c3274bc8af3e75886fa324ef027e7d03 /tests/tests.pro | |
| parent | b1814606933fea18000dc1828be46ca8de442a97 (diff) | |
| download | qxmpp-a17a1899b9885b1edd5f12043b5040bdde67d9c4.tar.gz | |
bump version, make internal auto-tests optional
Diffstat (limited to 'tests/tests.pro')
| -rw-r--r-- | tests/tests.pro | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/tests/tests.pro b/tests/tests.pro index 1362e9a4..9fabdf6f 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -6,7 +6,6 @@ TARGET = qxmpp-tests RESOURCES += tests.qrc SOURCES += \ - codec.cpp \ dataform.cpp \ jingle.cpp \ message.cpp \ @@ -14,10 +13,8 @@ SOURCES += \ register.cpp \ rsm.cpp \ rtp.cpp \ - sasl.cpp \ tests.cpp HEADERS += \ - codec.h \ dataform.h \ jingle.h \ message.h \ @@ -25,12 +22,11 @@ HEADERS += \ register.h \ rsm.h \ rtp.h \ - sasl.h \ tests.h -win32 { - HEADERS -= codec.h sasl.h - SOURCES -= codec.cpp sasl.cpp +!isEmpty(QXMPP_AUTOTEST_INTERNAL) { + HEADERS += codec.h sasl.h + SOURCES += codec.cpp sasl.cpp } INCLUDEPATH += $$QXMPP_INCLUDEPATH |
