aboutsummaryrefslogtreecommitdiffstats
path: root/qtgraphicaleffects.pro
blob: 32393342b7a619192ef67b27a5eede3b5238c485 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = subdirs

module_qtgraphicaleffects_src.subdir = src
module_qtgraphicaleffects_src.target = module-qtgraphicaleffects-src

module_qtgraphicaleffects_tests.subdir = tests
module_qtgraphicaleffects_tests.target = module-qtgraphicaleffects-tests
module_qtgraphicaleffects_tests.depends = module_qtgraphicaleffects_src
module_qtgraphicaleffects_tests.CONFIG = no_default_install
!contains(QT_BUILD_PARTS,tests):module_qtgraphicaleffects_tests.CONFIG += no_default_target

SUBDIRS += module_qtgraphicaleffects_src \
           module_qtgraphicaleffects_tests

include(doc/doc.pri)