summaryrefslogtreecommitdiffstats
path: root/uihelpers.pro
blob: c1e84ca63022fc17dea67aee1b86c4361aa770c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TEMPLATE = subdirs
CONFIG += ordered

module_uihelpers_src.subdir = src
module_uihelpers_src.target = module-uihelpers-src

module_uihelpers_plugin.subdir = src/imports
module_uihelpers_plugin.target = module-uihelpers-plugin

module_uihelpers_examples.subdir = examples
module_uihelpers_examples.target = module-uihelpers-examples

module_uihelpers_tests.subdir = tests
module_uihelpers_tests.target = module-uihelpers-tests
module_uihelpers_tests.depends = module_uihelpers_src
module_uihelpers_tests.CONFIG = no_default_install

SUBDIRS += module_uihelpers_src \
           module_uihelpers_plugin \
           module_uihelpers_examples \
           module_uihelpers_tests