@@ -20,7 +20,6 @@ Item {
KeyModel {
id:keyModel
- kbdLayout: settings.value("COMMON/KbdLayout") //"de"
}
FontLoader {
@@ -116,10 +116,6 @@ Item {
- onInputPanelChanged: {
- console.log("onInputPanelChanged: " + inputPanel.objectName);
- }
-
// If the InputPanel property has a valid InputPanel reference and if
// showPreview is true, then this function calls showKeyPopup() to
// show the character preview popup.
@@ -7,6 +7,8 @@
QT += qml quick quick-private gui-private
CONFIG += plugin
+CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT
+
TARGET = FreeVirtualKeyboard
TEMPLATE = lib