summaryrefslogtreecommitdiffstats
path: root/qtmimetypes.pro
blob: 2b5820b81bf6a4cf69d1191ac5220c5a2e2bc1a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = subdirs

module_lib.subdir = lib
module_lib.target = module_lib

module_tests.file = tests/tests.pro
module_tests.target = module_tests
module_tests.depends = module_lib

module_examples.file = examples/examples.pro
module_examples.target = module_examples
module_examples.depends = module_lib

exists(lib/lib.pro): SUBDIRS += module_lib
exists(tests/tests.pro): SUBDIRS += module_tests
exists(examples/examples.pro): SUBDIRS += module_examples