summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qttest_p4.prf
blob: 1712e94660e85fc64d3fd4bc1d3059ffcdd805e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
isEmpty(TEMPLATE):TEMPLATE=app
CONFIG += qt warn_on console depend_includepath testcase

qtAddLibrary(QtTest)

# prefix test binary with tst_
!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")

isEmpty(target.path) {
    target.path += $$[QT_INSTALL_PREFIX]/tests/qt4/$${TARGET}
}

INSTALLS += target