summaryrefslogtreecommitdiffstats
path: root/examples/remoteobjects/remoteobjects.pro
blob: e1e0d63236f2b8185f44bde298fb1547e7974c39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = subdirs
CONFIG += debug_and_release ordered
SUBDIRS = \
    server \
    cppclient \
    modelviewclient \
    modelviewserver \
    simpleswitch

contains(QT_CONFIG, ssl): SUBDIRS += ssl

qtHaveModule(quick) {
    SUBDIRS += \
        plugins \
        clientapp

    unix:!android: SUBDIRS += qmlmodelviewclient
}