Move tst_qshortcut.cpp to QtWidgets

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>
This commit is contained in:
Debao Zhang 2012-03-09 18:28:12 -08:00 committed by Qt by Nokia
parent 702b4cb5d4
commit df19bffbd9
5 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,6 @@ SUBDIRS=\
qmouseevent_modal \ qmouseevent_modal \
qpalette \ qpalette \
qscreen \ qscreen \
qshortcut \
qtouchevent \ qtouchevent \
qwindow \ qwindow \
qguiapplication \ qguiapplication \

View File

@ -14,6 +14,7 @@ SUBDIRS=\
qwidget_window \ qwidget_window \
qwidgetaction \ qwidgetaction \
qicon \ qicon \
qshortcut \
SUBDIRS -= qsound SUBDIRS -= qsound