summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qtphonon.pro6
-rw-r--r--tests/tests.pro2
2 files changed, 8 insertions, 0 deletions
diff --git a/qtphonon.pro b/qtphonon.pro
index 0da9087..bdc0f98 100644
--- a/qtphonon.pro
+++ b/qtphonon.pro
@@ -2,3 +2,9 @@ TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += src \
# examples \
+
+tests.subdir = tests
+tests.CONFIG = no_default_install
+!contains(QT_BUILD_PARTS,tests):tests.CONFIG += no_default_target
+
+SUBDIRS += tests
diff --git a/tests/tests.pro b/tests/tests.pro
new file mode 100644
index 0000000..c75a32a
--- /dev/null
+++ b/tests/tests.pro
@@ -0,0 +1,2 @@
+TEMPLATE = subdirs
+SUBDIRS = auto