3df2448f63
Move the factor() test, drop scale() which should be covered already. Change-Id: Id2079536a91c7e9f7199960bdf6b33489d0a6670 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@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 \
|
|
qhighdpi\
|
|
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
|