Skip to content

Commit

Permalink
Enable debug console
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 21, 2024
1 parent 2478a3c commit eed7125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ else()
set(MACOSX_BUNDLE "MACOSX_BUNDLE")
endif()
endif()
add_executable(${QGIS_APP_NAME} ${MACOSX_BUNDLE} WIN32 ${QGIS_APPMAIN_SRCS})
add_executable(${QGIS_APP_NAME} ${MACOSX_BUNDLE} ${QGIS_APPMAIN_SRCS})

if(WIN32 AND BUILD_WITH_QT6)
qt_disable_unicode_defines(${QGIS_APP_NAME})
Expand Down

0 comments on commit eed7125

Please sign in to comment.