Skycoder42
6 years ago
No known key found for this signature in database
GPG Key ID: 8E01AD9EF0578D2B
3 changed files with
6 additions and
0 deletions
-
tests/auto/qml/qmlmvvmcore/qmlmvvmcore.pro
-
tests/auto/qml/qmlsettingsgenerator/qmlsettingsgenerator.pro
-
tests/auto/testrun.pri
|
@ -15,4 +15,5 @@ DISTFILES += \ |
|
|
importFiles.path = . |
|
|
importFiles.path = . |
|
|
DEPLOYMENT += importFiles |
|
|
DEPLOYMENT += importFiles |
|
|
|
|
|
|
|
|
|
|
|
win32:msvc:CONFIG(debug, debug|release): CONFIG += disable_testrun |
|
|
include(../../testrun.pri) |
|
|
include(../../testrun.pri) |
|
|
|
@ -24,4 +24,5 @@ DISTFILES += \ |
|
|
importFiles.path = . |
|
|
importFiles.path = . |
|
|
DEPLOYMENT += importFiles |
|
|
DEPLOYMENT += importFiles |
|
|
|
|
|
|
|
|
|
|
|
win32:msvc:CONFIG(debug, debug|release): CONFIG += disable_testrun |
|
|
include(../../testrun.pri) |
|
|
include(../../testrun.pri) |
|
|
|
@ -3,6 +3,10 @@ win32:!ReleaseBuild:!DebugBuild { |
|
|
runtarget.CONFIG = recursive |
|
|
runtarget.CONFIG = recursive |
|
|
runtarget.recurse_target = run-tests |
|
|
runtarget.recurse_target = run-tests |
|
|
QMAKE_EXTRA_TARGETS += runtarget |
|
|
QMAKE_EXTRA_TARGETS += runtarget |
|
|
|
|
|
} else:disable_testrun { |
|
|
|
|
|
runtarget.target = run-tests |
|
|
|
|
|
runtarget.depends += $(DESTDIR_TARGET) |
|
|
|
|
|
QMAKE_EXTRA_TARGETS += runtarget |
|
|
} else { |
|
|
} else { |
|
|
oneshell.target = .ONESHELL |
|
|
oneshell.target = .ONESHELL |
|
|
QMAKE_EXTRA_TARGETS += oneshell |
|
|
QMAKE_EXTRA_TARGETS += oneshell |
|
|