summaryrefslogtreecommitdiffstats
path: root/files/qttools.pro
diff options
context:
space:
mode:
Diffstat (limited to 'files/qttools.pro')
-rw-r--r--files/qttools.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/files/qttools.pro b/files/qttools.pro
index beac839..871d8cc 100644
--- a/files/qttools.pro
+++ b/files/qttools.pro
@@ -1,9 +1,12 @@
TEMPLATE = subdirs
module_qttools_src.subdir = src
+module_qttools_src.target = module-qttools-src
+
module_qttools_tests.subdir = tests
+module_qttools_tests.target = module-qttools-tests
module_qttools_tests.depends = module_qttools_src
-module_qttools_tests.CONFIG = no_default_target
+module_qttools_tests.CONFIG = no_default_target no_default_install
SUBDIRS += module_qttools_src \
module_qttools_tests \