7 lines
102 B
Prolog
7 lines
102 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qactiongroup
|
|
QT += widgets testlib
|
|
SOURCES += tst_qactiongroup.cpp
|
|
|
|
|