aboutsummaryrefslogtreecommitdiffstats
path: root/src/dataprovider/dataprovider.pro
blob: d766253c97426ddd9f4be607e213fbede190ac6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 \
    app \
    backend \

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

OTHER_FILES += dataprovider.qface