blob: 6d94fff8c608be14801a8e27a271d8f4beb12dba [file] [log] [blame]
CONFIG += testcase
TARGET = tst_modelview
QT += testlib remoteobjects
#QT -= gui
SOURCES += $$PWD/tst_modelview.cpp $$PWD/modeltest.cpp
HEADERS += $$PWD/modeltest.h
contains(QT_CONFIG, c++11): CONFIG += c++11
boot2qt: DEFINES += SLOW_MODELTEST
mingw: DEFINES += SLOW_MODELTEST