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

SUBDIRS = frontend \
          backend_simulation \
          qml_plugin \

# Don't build the production backend on android and ios, only use the simulation backend
!android:!ios:SUBDIRS += \
    server \
    backend \

backend.depends = frontend
server.depends = frontend
backend_simulation.depends = frontend
qml_plugin.depends = frontend

OTHER_FILES +=

DISTFILES += \
    drivedata.qface \
    drivedata.yaml