summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/windows.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-08-24 09:30:29 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-08-24 11:16:19 +0200
commit1b2dae36d32bc4d37fa8a12653becd810101f82e (patch)
tree95a1d3159d1a3003528731b7c4987c2ba92f95be /src/plugins/platforms/windows/windows.pro
parentf5777742126d5fb025522d1528d7e12d7239a03f (diff)
Add Input context for Windows.
Change-Id: I20b97e863bf1198b9ad810bb5a25652327f626c9 Reviewed-on: http://codereview.qt.nokia.com/3463 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Oliver Wolff <oliver.wolff@nokia.com>
Diffstat (limited to 'src/plugins/platforms/windows/windows.pro')
-rw-r--r--src/plugins/platforms/windows/windows.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/plugins/platforms/windows/windows.pro b/src/plugins/platforms/windows/windows.pro
index 7e652f7418..e5627ae574 100644
--- a/src/plugins/platforms/windows/windows.pro
+++ b/src/plugins/platforms/windows/windows.pro
@@ -8,7 +8,7 @@ INCLUDEPATH += ../../../3rdparty/harfbuzz/src
QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/platforms
# Note: OpenGL32 must precede Gdi32 as it overwrites some functions.
-LIBS *= -lOpenGL32 -lGdi32 -lUser32 -lOle32 -lWinspool
+LIBS *= -lOpenGL32 -lGdi32 -lUser32 -lOle32 -lWinspool -lImm32
win32-g++: LIBS *= -luuid
contains(QT_CONFIG, directwrite) {
@@ -38,7 +38,8 @@ SOURCES += \
qwindowsmime.cpp \
qwindowsdrag.cpp \
qwindowscursor.cpp \
- pixmaputils.cpp
+ pixmaputils.cpp \
+ qwindowsinputcontext.cpp
HEADERS += \
qwindowsnativeimage.h \
@@ -62,7 +63,8 @@ HEADERS += \
qwindowsinternalmimedata.h \
qwindowscursor.h \
pixmaputils.h \
- array.h
+ array.h \
+ qwindowsinputcontext.h
target.path += $$[QT_INSTALL_PLUGINS]/platforms
INSTALLS += target