Skip to content

Commit

Permalink
del quote
Browse files Browse the repository at this point in the history
  • Loading branch information
shenlebantongying committed Feb 9, 2025
1 parent d56beab commit d7ca99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ target_compile_definitions(${GOLDENDICT} PRIVATE
)

# make life harder https://doc.qt.io/qt-6/qtglobal.html#QT_ENABLE_STRICT_MODE_UP_TO
if (Qt6Widgets_VERSION VERSION_GREATER_EQUAL "6.8.2")
if (Qt6Widgets_VERSION VERSION_GREATER_EQUAL 6.8.2)
target_compile_definitions(${GOLDENDICT} PRIVATE
QT_ENABLE_STRICT_MODE_UP_TO=0x060800
)
Expand Down

0 comments on commit d7ca99c

Please sign in to comment.