mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-04-28 14:34:36 +00:00
- it tries to copy the needed qt_menu.nib dir Change-Id: I04fe564f62e16847a417e47c9a0719c043c1f027 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
19 lines
486 B
Plaintext
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)
|