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>
13 lines
281 B
Prolog
13 lines
281 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qshortcut
|
|
|
|
# Project Configuration ----------------------------------------------
|
|
INCLUDEPATH += ../
|
|
|
|
# Normal Test Files --------------------------------------------------
|
|
QT += widgets testlib
|
|
HEADERS +=
|
|
SOURCES += tst_qshortcut.cpp
|
|
|
|
|