summaryrefslogtreecommitdiffstats
path: root/examples/systeminfo/systeminfo.pro
blob: e9e6f68b125c795dc7627f0b0e03823333df2693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = subdirs

SUBDIRS += \
    qml-deviceinfo \
    qml-battery

linux-*: !simulator: {
    SUBDIRS += \
        qml-inputinfo \
        inputinfo
}
#qtHaveModule(widgets): SUBDIRS += \

OTHER_FILES = stub.h