qt5base-lts/tests/auto/gui/kernel/kernel.pro
Pekka Vuorela dd565d2d4c QGuiApplication::focusObject() to replace QInputPanel::inputItem()
* Deprecated QInputPanel::inputWindow() which is already
  just returning QGuiApplication::activeWindow()
* Deprecated QInputPanel::inputItem() and introduced
  QGuiApplication::focusObject(). Input methods can check
  input method support by Qt::ImEnabled query.

Change-Id: I70a9c1c3f79aadb75c839d0489a9428f7a221df5
Reviewed-by: Joona Petrell <joona.t.petrell@nokia.com>
2012-01-27 13:27:54 +01:00

19 lines
289 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qclipboard \
qdrag \
qevent \
qfileopenevent \
qguimetatype \
qguivariant \
qinputpanel \
qkeysequence \
qmouseevent \
qmouseevent_modal \
qpalette \
qscreen \
qshortcut \
qtouchevent \
qwindow \
qguiapplication \