aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/styles/styles.pro
blob: 03a8141f4b9f3242491c248788b16ec45d31bb90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TEMPLATE = lib
TARGET = qtvirtualkeyboardstylesplugin
INSTALL_PATH = $$[QT_INSTALL_QML]/QtQuick/Enterprise/VirtualKeyboard/Styles
QT += qml quick svg
CONFIG += plugin

target.path = $$INSTALL_PATH
INSTALLS += target

SOURCES += \
    svgimageprovider.cpp \
    styles_plugin.cpp

HEADERS += \
    svgimageprovider.h \
    styles_plugin.h

OTHER_FILES += \
    *.qml

other.files = \
    plugins.qmltypes \
    qmldir
other.path = $$INSTALL_PATH
INSTALLS += other

RESOURCES += \
    styles.qrc