summaryrefslogtreecommitdiffstats
path: root/tests/auto/modelview/modelview.pro
blob: 6d94fff8c608be14801a8e27a271d8f4beb12dba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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