aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsglistview/qsglistview.pro
blob: 2c35d29a9ebcd494cc02b4fc1dc2f559c0b23781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
load(qttest_p4)
contains(QT_CONFIG,declarative): QT += declarative
macx:CONFIG -= app_bundle

HEADERS += incrementalmodel.h
SOURCES += tst_qsglistview.cpp incrementalmodel.cpp

DEFINES += SRCDIR=\\\"$$PWD\\\"

CONFIG += parallel_test
QT += core-private gui-private declarative-private widgets widgets-private v8-private
QT += opengl-private