aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
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 /tests/auto
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 'tests/auto')
-rw-r--r--tests/auto/inputpanel/inputpanel.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/inputpanel/inputpanel.pro b/tests/auto/inputpanel/inputpanel.pro
index 789df15a..da447548 100644
--- a/tests/auto/inputpanel/inputpanel.pro
+++ b/tests/auto/inputpanel/inputpanel.pro
@@ -4,6 +4,11 @@ TARGET = tst_inputpanel
QT += testlib
CONFIG += qmltestcase console
+static {
+ QT += svg
+ QTPLUGIN += qtvirtualkeyboardplugin
+}
+
SOURCES += $$PWD/tst_inputpanel.cpp
TESTDATA = $$PWD/data/*