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

TARGET = qtbuttonimageproviderplugin
TARGETPATH = QtDeviceUtilities/QtButtonImageProvider

SOURCES += \
    qtbuttonimageprovider.cpp \
    plugin.cpp

HEADERS += \
    qtbuttonimageprovider.h

RESOURCES += \
    qtbuttonimageprovider.qrc

load(qml_plugin)