aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/styles/styles.pro
blob: 0f2fb26967a876ce6e90dca4c05e62d91546a7d1 (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
TEMPLATE = lib
TARGET = qtvirtualkeyboardstylesplugin
INSTALL_PATH = $$[QT_INSTALL_QML]/QtQuick/Enterprise/VirtualKeyboard/Styles
QT += qml quick
CONFIG += plugin

target.path = $$INSTALL_PATH
INSTALLS += target

SOURCES += \
    styles_plugin.cpp

HEADERS += \
    styles_plugin.h

OTHER_FILES += \
    *.qml

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

RESOURCES += \
    styles.qrc