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

CONFIG += testcase
QT += testlib widgets

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

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