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

module_qtwayland_src.subdir = src
module_qtwayland_src.target = module-qtwayland-src

module_qtwayland_examples.subdir = examples
module_qtwayland_examples.target = module-qtwayland-examples
module_qtwayland_examples.depends = module_qtwayland_src
!contains(QT_BUILD_PARTS,examples) {
    module_qtwayland_examples.CONFIG = no_default_target no_default_install
}

module_qtwayland_tests.subdir = tests
module_qtwayland_tests.target = module-qtwayland-tests
module_qtwayland_tests.depends = module_qtwayland_src
module_qtwayland_tests.CONFIG = no_default_install
!contains(QT_BUILD_PARTS,tests):{
    module_qtwayland_tests.CONFIG += no_default_target
}

SUBDIRS += module_qtwayland_src \
           module_qtwayland_examples \
           module_qtwayland_tests