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/launchersettings/launchersettings.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'basicsuite/launchersettings/launchersettings.pro') diff --git a/basicsuite/launchersettings/launchersettings.pro b/basicsuite/launchersettings/launchersettings.pro index 1f9323e..bb0f2de 100644 --- a/basicsuite/launchersettings/launchersettings.pro +++ b/basicsuite/launchersettings/launchersettings.pro @@ -1,6 +1,7 @@ TARGET = launchersettings include(../shared/shared.pri) +b2qtdemo_deploy_defaults() content.files = *.qml content.path = $$DESTPATH -- cgit v1.2.3