Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben2020 authored Jan 29, 2024
1 parent ca03c6d commit f1b796e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scintilla/qt/ScintillaEdit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ project(ScintillaEdit)
if (BUILD_QT6)

find_package(Qt6 REQUIRED COMPONENTS Core Widgets Concurrent Core5Compat )
find_package( Threads REQUIRED )
qt6_standard_project_setup()

set_target_properties(Qt6::Core PROPERTIES MAP_IMPORTED_CONFIG_COVERAGE "RELEASE")
Expand All @@ -46,7 +47,8 @@ if (BUILD_QT5)
FIND_PACKAGE( Qt5Widgets 5.2.1 REQUIRED )
FIND_PACKAGE( Qt5Core REQUIRED )
FIND_PACKAGE( Qt5Concurrent REQUIRED )

FIND_PACKAGE( Threads REQUIRED )

set_target_properties(Qt5::Core PROPERTIES MAP_IMPORTED_CONFIG_COVERAGE "RELEASE")
# add_compile_definitions(QT_DISABLE_DEPRECATED_UP_TO=0x050F00)

Expand Down

0 comments on commit f1b796e

Please sign in to comment.