summaryrefslogtreecommitdiff
path: root/src/src.pro
blob: 3293e88579393fe0c411aebedfdf8d487f0472c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE = subdirs

# Include the config.pri from the build folder as the qtgenivieextras-config.pri is copied
# while syncqt is running for the module and this is not done yet.
include($$OUT_PWD/geniviextras/qtgeniviextras-config.pri)
QT_FOR_CONFIG += geniviextras-private

!qtConfig(geniviextras-only) {
    SUBDIRS = ivicore \
              ivivehiclefunctions \
              ivimedia \
              plugins \
              imports \
              doc

    ivivehiclefunctions.depends = ivicore
    ivimedia.depends = ivicore
    plugins.depends = ivivehiclefunctions ivimedia
    imports.depends = ivivehiclefunctions ivimedia
}

qtConfig(dlt): SUBDIRS += geniviextras