qt5base-lts/tests/auto/widgets/kernel/qshortcut/qshortcut.pro
Debao Zhang df19bffbd9 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>
2012-03-12 21:38:51 +01:00

13 lines
281 B
Prolog

CONFIG += testcase
TARGET = tst_qshortcut
# Project Configuration ----------------------------------------------
INCLUDEPATH += ../
# Normal Test Files --------------------------------------------------
QT += widgets testlib
HEADERS +=
SOURCES += tst_qshortcut.cpp