aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/inputcontext/inputcontext.pro
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2011-10-12 11:21:29 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-18 01:47:37 +0200
commitb97367494f9e3b753de907e8fbf3d668a00d5f44 (patch)
treef35e496d939c8dfddea30ab53f1176f53e2224ba /src/imports/inputcontext/inputcontext.pro
parent8ff1f926ea1d18b226060b4ea1bf6924eceba8c6 (diff)
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 <martin.jones@nokia.com>
Diffstat (limited to 'src/imports/inputcontext/inputcontext.pro')
-rwxr-xr-xsrc/imports/inputcontext/inputcontext.pro38
1 files changed, 0 insertions, 38 deletions
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
-