Tim Jenssen d1bb751a38 introduce no_app_bundle.pri
- it tries to copy the needed qt_menu.nib dir

Change-Id: I04fe564f62e16847a417e47c9a0719c043c1f027
Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
2013-05-27 15:44:09 +02:00

19 lines
486 B
Plaintext

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)