Skip to content

Commit

Permalink
Only output message when running qmake
Browse files Browse the repository at this point in the history
Prevents message from showing up multiple times
  • Loading branch information
asmaloney committed Apr 5, 2020
1 parent d202cfe commit 563dfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asmCrashReport.pri
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

CONFIG (release, release|debug) {
message( 'Enabling asmCrashReport and including debug symbols' )
!build_pass:message( 'Enabling asmCrashReport and including debug symbols' )

DEFINES += ASM_CRASH_REPORT

Expand Down

0 comments on commit 563dfcc

Please sign in to comment.