diff options
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/app.pro b/app/app.pro index 3c0e40d..4eef717 100644 --- a/app/app.pro +++ b/app/app.pro @@ -5,6 +5,11 @@ PKGCONFIG += libhomescreen qlibwindowmanager QT = qml network quick positioning location quickcontrols2 +static { + QTPLUGIN += qtvirtualkeyboardplugin + QT += svg +} + SOURCES += main.cpp RESOURCES += \ |