summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 6962b5d..cbd10df 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -4,5 +4,9 @@ CONFIG += ordered
SUBDIRS = \
tst_qdbmessage.pro \
tst_stream.pro \
- servicetest.pro \
- streamtest.pro
+
+config_libusb10 {
+ SUBDIRS += \
+ servicetest.pro \
+ streamtest.pro
+}