From b2957ef0efbf55872d36762705b62822cc828cf3 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 29 Jan 2014 11:20:03 +0100 Subject: Enable virtual keyboard when building demos stand-alone Add a shared QML file that defines an InputPanel and loads the main QML for each demo. Also, - Do not define QT_IM_MODULE (set already in the system) - Improved exclude file parsing to match b2qt-launcher Change-Id: Ibdd0371a57878ef7bc585aa67fcd148377f54bc6 Reviewed-by: Eirik Aavitsland --- basicsuite/textinput/textinput.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'basicsuite/textinput/textinput.pro') diff --git a/basicsuite/textinput/textinput.pro b/basicsuite/textinput/textinput.pro index a0f18c0..b5b97b2 100644 --- a/basicsuite/textinput/textinput.pro +++ b/basicsuite/textinput/textinput.pro @@ -1,9 +1,10 @@ TARGET = textinput include(../shared/shared.pri) +b2qtdemo_deploy_defaults() content.files = \ - *.qml + *.qml \ *.png content.path = $$DESTPATH -- cgit v1.2.3