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

module_qt3support_src.subdir = src

module_qt3support_tools.subdir = tools
module_qt3support_tools.depends = module_qt3support_src

module_qt3support_tests.subdir = tests
module_qt3support_tests.depends = module_qt3support_src
module_qt3support_tests.CONFIG = no_default_target

SUBDIRS += module_qt3support_src \
           module_qt3support_tools \
           module_qt3support_tests \