Skip to content

Commit

Permalink
override MACOS target with Qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
benapetr committed Jul 28, 2024
1 parent 46e0b9e commit 28ad9db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ option(AUDIO "Enable audio backend" true)
if (QT6_BUILD)
set (QT5_BUILD false)
add_definitions( -DQT6_BUILD )
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version" FORCE)
endif()

set(HUGGLE_CMAKE true)
Expand Down

0 comments on commit 28ad9db

Please sign in to comment.