Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Commit

Permalink
disable qml debug testruns for msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Mar 18, 2019
1 parent c7abcea commit 7b64e5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/auto/qml/TestQmlDataSync/TestQmlDataSync.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ DISTFILES += \

DEFINES += SRCDIR=\\\"$$_PRO_FILE_PWD_/\\\"

win32:msvc:CONFIG(debug, debug|release): CONFIG += disable_testrun
include($$PWD/../../testrun.pri)
4 changes: 4 additions & 0 deletions tests/auto/testrun.pri
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ win32:!ReleaseBuild:!DebugBuild {
runtarget.CONFIG = recursive
runtarget.recurse_target = run-tests
QMAKE_EXTRA_TARGETS += runtarget
} else:disable_testrun {
runtarget.target = run-tests
runtarget.depends += $(DESTDIR_TARGET)
QMAKE_EXTRA_TARGETS += runtarget
} else {
oneshell.target = .ONESHELL
QMAKE_EXTRA_TARGETS += oneshell
Expand Down

0 comments on commit 7b64e5b

Please sign in to comment.