From b97367494f9e3b753de907e8fbf3d668a00d5f44 Mon Sep 17 00:00:00 2001 From: Andrew den Exter Date: Wed, 12 Oct 2011 11:21:29 +1000 Subject: Remove the InputContext module. The input context module provided a bridge between QML and a QInputContext which allowed an application to implement it's own input method in-process. However since QInputContext has been replaced and now only exists as a QWidget compatibility API this module no longer works with the QtQuick 2 items and porting it to the new QPlatformInputContext API does not seem to be an option as there is no way to override the instance provided by the platform integration. Change-Id: Ica602377436fcea42b9ffd05e1b347e2ee52acc8 Reviewed-by: Martin Jones --- src/imports/inputcontext/inputcontext.pro | 38 ------------------------------- 1 file changed, 38 deletions(-) delete mode 100755 src/imports/inputcontext/inputcontext.pro (limited to 'src/imports/inputcontext/inputcontext.pro') diff --git a/src/imports/inputcontext/inputcontext.pro b/src/imports/inputcontext/inputcontext.pro deleted file mode 100755 index c8641d20e3..0000000000 --- a/src/imports/inputcontext/inputcontext.pro +++ /dev/null @@ -1,38 +0,0 @@ -TARGET = qmlinputcontextplugin -TARGETPATH = Qt/labs/inputcontext -include(../qimportbase.pri) - -QT += declarative widgets - -SOURCES += \ - declarativeinputcontext.cpp \ - inputcontextfilter.cpp \ - inputcontextmodule.cpp \ - plugin.cpp - -HEADERS += \ - declarativeinputcontext.h \ - inputcontextfilter.h \ - inputcontextmodule.h - -OTHER_FILES = \ - qmldir - -QTDIR_build:DESTDIR = $$QT_BUILD_TREE/imports/$$TARGETPATH -target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH - -qmldir.files += $$PWD/qmldir -qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH - -symbian:{ - TARGET.UID3 = 0x20031E91 - - isEmpty(DESTDIR):importFiles.files = qmlinputcontextplugin{QT_LIBINFIX}.dll qmldir - else:importFiles.files = $$DESTDIR/qmlinputcontextplugin$${QT_LIBINFIX}.dll qmldir - importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH - - DEPLOYMENT = importFiles -} - -INSTALLS += target qmldir - -- cgit v1.2.3