Skip to content

Commit

Permalink
Add debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
slist committed Jun 19, 2023
1 parent d189635 commit 794c74e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mac_qt6_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Build
working-directory: ${{ env.SOURCE_DIR }}/build
run: |
qmake -r ${{ env.SOURCE_DIR }}/cbapi-qt-demo.pro -config release
qmake -r ${{ env.SOURCE_DIR }}/cbapi-qt-demo.pro -config debug
make -j 3
- name: Create DMG Package
Expand Down
2 changes: 1 addition & 1 deletion cbapi-qt-demo.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ greaterThan(QT_MAJOR_VERSION, 5) {
QT += core5compat
}

DEFINES += QT_NO_DEBUG_OUTPUT
#DEFINES += QT_NO_DEBUG_OUTPUT

SOURCES += \
banned.cpp \
Expand Down

0 comments on commit 794c74e

Please sign in to comment.