summaryrefslogtreecommitdiffstats
path: root/tests/auto/qttest.pri
blob: be852693342e2c0dcd2f664d88a5da750acc38d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include(../../installerfw.pri)
#include(qttestrpath.pri)

isEmpty(TEMPLATE):TEMPLATE=app
QT += testlib
CONFIG += qt warn_on console depend_includepath testcase

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

#win32 {
#    lib = ../../
#    lib ~= s,/,\\,g
#    # the below gets added to later by testcase.prf
#    check.commands = cd . & set PATH=$$lib;%PATH%& cmd /c
#}
macx:include(../../no_app_bundle.pri)