ostinato/extra/modeltest/modeltest.pro
Srivats P db231054da Fix Qt4 to Qt5 porting issues with debug build
Also update modeltest to Qt5
2018-03-27 20:02:36 +05:30

6 lines
167 B
Prolog

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