summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/itemmodels/qstandarditemmodel/qstandarditemmodel.pro
blob: 3c12a83f5a7897b761106bbe1c12cd431dd7c23d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
TARGET = tst_qstandarditemmodel

QT += widgets widgets-private testlib
QT += core-private gui-private

mtdir = ../../../other/modeltest

INCLUDEPATH += $${mtdir}

SOURCES  += $${mtdir}/modeltest.cpp tst_qstandarditemmodel.cpp
HEADERS  += $${mtdir}/modeltest.h