f04cb9ed63
...starting with a new feature: registering different devices at different seats and verifying their capabilities and that we can get them back again. Change-Id: I8e58a49080633753d02a76e5fdc4932f5c674e0a Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
59 lines
1.0 KiB
Prolog
59 lines
1.0 KiB
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qaction \
|
|
qactiongroup \
|
|
qbackingstore \
|
|
qclipboard \
|
|
qcursor \
|
|
qdrag \
|
|
qevent \
|
|
qfileopenevent \
|
|
qguieventdispatcher \
|
|
qguieventloop \
|
|
qguimetatype \
|
|
qguitimer \
|
|
qguivariant \
|
|
qhighdpiscaling \
|
|
qinputdevice \
|
|
qinputmethod \
|
|
qkeyevent \
|
|
qkeysequence \
|
|
qmouseevent \
|
|
qmouseevent_modal \
|
|
qpalette \
|
|
qscreen \
|
|
qshortcut \
|
|
qsurfaceformat \
|
|
qtouchevent \
|
|
qwindow \
|
|
qguiapplication \
|
|
qpixelformat \
|
|
qopenglwindow \
|
|
qrasterwindow \
|
|
qaddpostroutine
|
|
|
|
win32:qtHaveModule(network): SUBDIRS += noqteventloop
|
|
|
|
!qtConfig(shortcut): SUBDIRS -= \
|
|
qkeysequence \
|
|
qshortcut \
|
|
qguimetatype \
|
|
qguivariant
|
|
|
|
!qtHaveModule(widgets): SUBDIRS -= \
|
|
qmouseevent_modal \
|
|
qtouchevent
|
|
|
|
!qtHaveModule(network): SUBDIRS -= \
|
|
qguieventloop
|
|
|
|
!qtConfig(action): SUBDIRS -= \
|
|
qaction \
|
|
qactiongroup
|
|
|
|
!qtConfig(highdpiscaling): SUBDIRS -= qhighdpiscaling
|
|
|
|
!qtConfig(opengl): SUBDIRS -= qopenglwindow
|
|
|
|
android|uikit: SUBDIRS -= qclipboard
|