ostinato/extra/modeltest/modeltest.pro
2019-04-04 21:38:04 +05:30

6 lines
188 B
Prolog

TEMPLATE = lib
CONFIG += testcase static no_testcase_installs
QT += widgets testlib
SOURCES += modeltest.cpp dynamictreemodel.cpp
HEADERS += modeltest.h dynamictreemodel.h