Files
qt-creator/tests/auto/qttest.pri

19 lines
498 B
Plaintext
Raw Normal View History

include(../../qtcreator.pri)
include(qttestrpath.pri)
2010-10-21 14:49:58 +10:00
isEmpty(TEMPLATE):TEMPLATE=app
QT += testlib
CONFIG += qt warn_on console depend_includepath testcase
2010-10-21 14:49:58 +10:00
CONFIG -= app_bundle
DEFINES -= QT_RESTRICTED_CAST_FROM_ASCII
2010-10-21 14:49:58 +10:00
# prefix test binary with tst_
!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")
win32 {
lib = $$IDE_LIBRARY_PATH;$$IDE_PLUGIN_PATH
lib ~= s,/,\\,g
# the below gets added to later by testcase.prf
check.commands = cd . & set PATH=$$lib;%PATH%& cmd /c
}