summaryrefslogtreecommitdiffstats
path: root/tests/auto/qttest.pri
blob: f6be301e84123cf99ae0e7637bf6bb628aafd460 (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
CONFIG -= app_bundle

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
#}