summaryrefslogtreecommitdiffstats
path: root/src/imports/systeminfo/systeminfo.pro
blob: 490e2107395255320a79c034c54546e406efdf7a (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 += qml 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