summaryrefslogtreecommitdiffstats
path: root/src/settingsui/settingsui.pro
blob: b20b548c2f102d2a6600402b52a697aa515db399 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = app

QT += qml quick
SOURCES += main.cpp

RESOURCES += \
    settingsuiapp.qrc

# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH =

# Default rules for deployment.
include(deployment.pri)

static {
    QTPLUGIN += qtvirtualkeyboardplugin
    QT += svg
}