11 lines
279 B
Prolog
11 lines
279 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qshortcut
|
|
|
|
# Project Configuration ----------------------------------------------
|
|
INCLUDEPATH += ../
|
|
|
|
# Normal Test Files --------------------------------------------------
|
|
QT += widgets testlib
|
|
HEADERS +=
|
|
SOURCES += tst_qshortcut.cpp
|