summaryrefslogtreecommitdiffstats
path: root/src/settingsui/qtbuttonimageproviderplugin/qtbuttonimageproviderplugin.pro
blob: 8383a759ab4bc3eb0e478742b993bf7968156c48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QT += qml quick
CONFIG += no_cxx_module

TARGET = qtbuttonimageproviderplugin
TARGETPATH = QtDeviceUtilities/QtButtonImageProvider

SOURCES += \
    qtbuttonimageprovider.cpp

HEADERS += \
    qtbuttonimageprovider.h

RESOURCES += \
    plugin.qrc

load(qml_plugin)