Skip to content

Commit

Permalink
show console by default
Browse files Browse the repository at this point in the history
  • Loading branch information
benknight135 authored Feb 9, 2022
1 parent 904b024 commit 9a865c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
call "%programfiles(x86)%\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
mkdir build
cd build
qmake.exe "CONFIG+=qtquickcompiler WITH_I3DRSGM" ../stereo_vision_toolkit.pro -spec win32-msvc
qmake.exe "CONFIG+=qtquickcompiler WITH_I3DRSGM SHOW_CONSOLE" ../stereo_vision_toolkit.pro -spec win32-msvc
jom.exe
# Update version in files
- name: Update version
Expand Down

0 comments on commit 9a865c3

Please sign in to comment.