aboutsummaryrefslogtreecommitdiff
path: root/example/tests
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-07-19 13:43:38 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-07-19 13:43:38 +0000
commite97b518d6da7ed0ae3fb967dfc09c4d2959c4579 (patch)
treebfc14968597d50381b9b3fd09964fb6585594dc0 /example/tests
parentecc6b0b05fee49ee2a390ca5bee8cd29a9f54354 (diff)
downloadqxmpp-e97b518d6da7ed0ae3fb967dfc09c4d2959c4579.tar.gz
add stub for "tests" directory
Diffstat (limited to 'example/tests')
-rw-r--r--example/tests/tests.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/example/tests/tests.pro b/example/tests/tests.pro
new file mode 100644
index 00000000..b51cda23
--- /dev/null
+++ b/example/tests/tests.pro
@@ -0,0 +1,9 @@
+include(../example.pri)
+
+QT += testlib
+
+TARGET = tests
+
+SOURCES += tests.cpp
+
+HEADERS += tests.h