89f1f14c5e
[ChangeLog][QtGui] Added QGuiShortcut and made the equivalent existing classes in Qt Widgets derive from them. This provides basic functionality for adding shortcut handling in QML. Fixes: QTBUG-79638 Task-number: QTBUG-76493 Change-Id: I5bbd2c8f192660e93c4690b9f894643275090e4d Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
57 lines
1.0 KiB
Prolog
57 lines
1.0 KiB
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qbackingstore \
|
|
qclipboard \
|
|
qcursor \
|
|
qdrag \
|
|
qguiaction \
|
|
qguiactiongroup \
|
|
qevent \
|
|
qfileopenevent \
|
|
qguieventdispatcher \
|
|
qguieventloop \
|
|
qguimetatype \
|
|
qguishortcut \
|
|
qguitimer \
|
|
qguivariant \
|
|
qhighdpiscaling \
|
|
qinputmethod \
|
|
qkeyevent \
|
|
qkeysequence \
|
|
qmouseevent \
|
|
qmouseevent_modal \
|
|
qpalette \
|
|
qscreen \
|
|
qsurfaceformat \
|
|
qtouchevent \
|
|
qwindow \
|
|
qguiapplication \
|
|
qpixelformat \
|
|
qopenglwindow \
|
|
qrasterwindow
|
|
|
|
win32:!winrt:qtHaveModule(network): SUBDIRS += noqteventloop
|
|
|
|
!qtConfig(shortcut): SUBDIRS -= \
|
|
qkeysequence \
|
|
qguishortcut \
|
|
qguimetatype \
|
|
qguivariant
|
|
|
|
!qtHaveModule(widgets): SUBDIRS -= \
|
|
qmouseevent_modal \
|
|
qtouchevent
|
|
|
|
!qtHaveModule(network): SUBDIRS -= \
|
|
qguieventloop
|
|
|
|
!qtConfig(action): SUBDIRS -= \
|
|
qguiaction \
|
|
qguiactiongroup
|
|
|
|
!qtConfig(highdpiscaling): SUBDIRS -= qhighdpiscaling
|
|
|
|
!qtConfig(opengl): SUBDIRS -= qopenglwindow
|
|
|
|
android|uikit: SUBDIRS -= qclipboard
|