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

TARGET = qtbuttonimageproviderplugin
TARGETPATH = QtDeviceUtilities/QtButtonImageProvider

SOURCES += \
    qtbuttonimageprovider.cpp \
    plugin.cpp

HEADERS += \
    qtbuttonimageprovider.h

RESOURCES += \
    qtbuttonimageprovider.qrc

load(qml_plugin)