summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pri
blob: a04f5b23a99c8a47df5dc5d1406812c792bfb157 (plain)
1
2
3
4
5
6
7
8
9
10
!include( ../tests.pri ) {
    error( "Couldn't find the tests.pri file!" )
}

QT += testlib widgets

!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")

INCLUDEPATH += ../inc
HEADERS += ../inc/tst_definitions.h