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 36a71f0..ee88c13 100644 --- a/app/app.pro +++ b/app/app.pro @@ -6,6 +6,11 @@ SOURCES = main.cpp CONFIG += link_pkgconfig PKGCONFIG += libhomescreen qlibwindowmanager +static { + QTPLUGIN += qtvirtualkeyboardplugin + QT += svg +} + RESOURCES += \ settings.qrc \ images/images.qrc \ |