Skip to content

Commit

Permalink
Merge pull request #1025 from FashionFreedom/issue-1024-fix-logging
Browse files Browse the repository at this point in the history
fix: excessive logging
  • Loading branch information
slspencer authored Sep 21, 2023
2 parents c758473 + e32db77 commit 83cf622
Show file tree
Hide file tree
Showing 115 changed files with 2,426 additions and 2,092 deletions.
4 changes: 3 additions & 1 deletion common.pri
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ win32 {
# Source: https://stackoverflow.com/questions/48705747/how-utf-8-may-not-work-in-qt-5
win32:!win32-g++: QMAKE_CXXFLAGS += /utf-8

CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT

CONFIG(debug, debug|release){
# Debug mode, intentionally left empty
} else {
Expand Down Expand Up @@ -137,7 +139,7 @@ CONFIG(debug, debug|release){
DVCS_HESH=$$system("git rev-parse --short=12 HEAD") #get SHA1 commit hash
message("common.pri: Latest commit hash:" $${DVCS_HESH})

isEmpty(DVCS_HESH){
isEmpty(DVCS_HESH){
DVCS_HESH = \\\"unknown\\\" # if we can't find build revision left unknown.
} else {
DVCS_HESH=\\\"Git:$${DVCS_HESH}\\\"
Expand Down
143 changes: 72 additions & 71 deletions src/app/seamly2d/core/vapplication.cpp

Large diffs are not rendered by default.

Loading

0 comments on commit 83cf622

Please sign in to comment.