qt5base-lts/tests/auto/other/modeltest/modeltest.pro

10 lines
231 B
Prolog
Raw Normal View History

CONFIG += testcase
TARGET = tst_modeltest
QT += widgets testlib
SOURCES += tst_modeltest.cpp modeltest.cpp dynamictreemodel.cpp
HEADERS += modeltest.h dynamictreemodel.h
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0