aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/styles/styles_plugin.h
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2015-11-26 11:48:36 +0200
committerJarkko Koivikko <jarkko.koivikko@code-q.fi>2015-12-07 10:44:16 +0000
commit8db16a42eac274076f9f7cab2b4c49c9fcb56af1 (patch)
treedbc571cebb5ea782720fb0c0bf3a9e1be4fef963 /src/virtualkeyboard/styles/styles_plugin.h
parent97d9648f5d950ea7d7b64f5c2db67359e8f47013 (diff)
[1/2] Fix static build
This change modifies the files that exist in the 1.3 version. Fix static build of the virtual keyboard: - Included instructions for the static build in the build doc. - Added missing resource initialization macros to the plugin.cpp. - Register QML module dependencies conditionally in the virtual keyboard plugin initialization. - Added missing attributes to the styles plugin qmldir file. - Renamed StylesPlugin class to QtVirtualKeyboardStylesPlugin. Change-Id: Idc1d35fbd95bd19932baaab13849a4a65d4e944f Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/virtualkeyboard/styles/styles_plugin.h')
-rw-r--r--src/virtualkeyboard/styles/styles_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/virtualkeyboard/styles/styles_plugin.h b/src/virtualkeyboard/styles/styles_plugin.h
index e7f7d75b..becf7e92 100644
--- a/src/virtualkeyboard/styles/styles_plugin.h
+++ b/src/virtualkeyboard/styles/styles_plugin.h
@@ -24,7 +24,7 @@
#include <QQmlExtensionPlugin>
-class StylesPlugin : public QQmlExtensionPlugin
+class QtVirtualKeyboardStylesPlugin : public QQmlExtensionPlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface/1.0")