diff options
| author | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2017-09-04 10:47:22 +0200 |
|---|---|---|
| committer | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2017-09-04 20:16:31 +0200 |
| commit | cc9fa522269581764c9abd401973d4d1c84e0ca1 (patch) | |
| tree | 5f52bf87f7d29cb68805c19f5e2b6f8765463778 /tests/tests.pri | |
| parent | ad7910dabd6cdbbb62fe4c8718f69e6c291a78cc (diff) | |
| download | qxmpp-cc9fa522269581764c9abd401973d4d1c84e0ca1.tar.gz | |
Port tests to the new build system
Diffstat (limited to 'tests/tests.pri')
| -rw-r--r-- | tests/tests.pri | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/tests.pri b/tests/tests.pri deleted file mode 100644 index 364d28bb..00000000 --- a/tests/tests.pri +++ /dev/null @@ -1,14 +0,0 @@ -include(../qxmpp.pri) - -QT -= gui -QT += testlib -CONFIG -= app_bundle -CONFIG += testcase - -QMAKE_LIBDIR += ../../src -QMAKE_RPATHDIR += $$OUT_PWD/../../src -INCLUDEPATH += $$PWD $$QXMPP_INCLUDEPATH -LIBS += $$QXMPP_LIBS - -# do not install testcases -target.CONFIG += no_default_install |
