summaryrefslogtreecommitdiffstats
path: root/tests/itemmodeltest/itemmodeltest.pro
blob: d1cf095994830fd8e9008f5a604faa55e9422c68 (plain)
1
2
3
4
5
6
7
8
9
10
11
android|ios {
    error( "This test is not supported for android or ios." )
}

!include( ../tests.pri ) {
    error( "Couldn't find the tests.pri file!" )
}

SOURCES += main.cpp

QT += widgets