summaryrefslogtreecommitdiffstats
path: root/src/imports/systeminfo/systeminfo.pro
blob: 250fc8d1abee9b2528701c03510912575c276a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TARGET  = declarative_systeminfo
TARGETPATH = QtSystemInfo
include(qsysteminfoimport.pri)
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
DESTDIR = $$QT.systeminfo.imports/$$TARGETPATH
INSTALLS += target

qmldir.files += $$PWD/qmldir
qmldir.path +=  $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
INSTALLS += qmldir

QT += declarative systeminfo

HEADERS += \
    qdeclarativebatteryinfo_p.h \
    qdeclarativedeviceinfo_p.h \
    qdeclarativedisplayinfo_p.h \
    qdeclarativenetworkinfo_p.h \
    qdeclarativestorageinfo_p.h

SOURCES += \
    qdeclarativebatteryinfo.cpp \
    qdeclarativedeviceinfo.cpp \
    qdeclarativedisplayinfo.cpp \
    qdeclarativenetworkinfo.cpp \
    qdeclarativestorageinfo.cpp \
    qsysteminfo.cpp