diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 15:15:34 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 15:15:34 +0200 |
| commit | 84b311a914165ed4183324a5881a45deadfb62d0 (patch) | |
| tree | fb0d94059d63be9450933d9d53a6dfe9a09eaeb9 /tests | |
| parent | 57532909b5970645ca9fdd5f9a69bd3258d8a914 (diff) | |
| download | qxmpp-84b311a914165ed4183324a5881a45deadfb62d0.tar.gz | |
add missing file
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/qxmpppresence/qxmpppresence.pro | 3 | ||||
| -rw-r--r-- | tests/tests.pro | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/tests/qxmpppresence/qxmpppresence.pro b/tests/qxmpppresence/qxmpppresence.pro new file mode 100644 index 00000000..222054a6 --- /dev/null +++ b/tests/qxmpppresence/qxmpppresence.pro @@ -0,0 +1,3 @@ +include(../tests.pri) +TARGET = tst_qxmpppresence +SOURCES += tst_qxmpppresence.cpp diff --git a/tests/tests.pro b/tests/tests.pro index 0e5e4904..238df105 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -1,2 +1,2 @@ TEMPLATE = subdirs -SUBDIRS = all qxmppiq +SUBDIRS = all qxmppiq qxmpppresence |
