aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/styles/styles.pro
blob: f5ce051fad17df93eb4783c08473546c3e28f874 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TARGET = qtvirtualkeyboardstylesplugin
TARGETPATH = QtQuick/VirtualKeyboard/Styles
QT += qml quick svg

CONFIG += no_cxx_module

SOURCES += \
    svgimageprovider.cpp \
    styles_plugin.cpp

HEADERS += \
    svgimageprovider.h \
    styles_plugin.h

RESOURCES += \
    styles.qrc

win32 {
    QMAKE_TARGET_PRODUCT = "Qt Virtual Keyboard (Qt $$QT_VERSION)"
    QMAKE_TARGET_DESCRIPTION = "Virtual Keyboard for Qt."
}

load(qml_plugin)