df19bffbd9
QShortcut belongs to QtWidgets instead of QtGui. Change-Id: I9715399bb372a6ea4bd76109f87ba31a1e30a7e6 Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
22 lines
357 B
Prolog
22 lines
357 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qaction \
|
|
qactiongroup \
|
|
qapplication \
|
|
qboxlayout \
|
|
qdesktopwidget \
|
|
qformlayout \
|
|
qgridlayout \
|
|
qlayout \
|
|
qstackedlayout \
|
|
qtooltip \
|
|
qwidget \
|
|
qwidget_window \
|
|
qwidgetaction \
|
|
qicon \
|
|
qshortcut \
|
|
|
|
SUBDIRS -= qsound
|
|
|
|
mac: qwidget.CONFIG += no_check_target # crashes, see QTBUG-23695
|