ostinato/extra/modeltest/modeltest.pro

6 lines
167 B
Prolog
Raw Normal View History

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