7 lines
120 B
Prolog
7 lines
120 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qwidgetaction
|
|
QT += widgets testlib testlib-private
|
|
SOURCES += tst_qwidgetaction.cpp
|
|
|
|
|