aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/systeminfo/systeminfo.pro
blob: 00b01f9786b584931e71a231cdb3067da3a2edd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = lib
TARGET  = systeminfoplugin
QT += gui qml quick network
CONFIG += qt plugin c++11

uri = com.pelagicore.systeminfo
load(qmlplugin)

SOURCES += \
    plugin.cpp \
    systeminfo.cpp \

HEADERS += \
    systeminfo.h \