Skip to content

Commit

Permalink
Compat with Ubuntu 20.04 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben2020 committed Jan 29, 2024
1 parent c1d62f6 commit a19ae2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ if (BUILD_QT5)
FIND_PACKAGE( Qt5LinguistTools REQUIRED )

add_definitions( -DUSE_QT5 )
add_compile_definitions(QT_DISABLE_DEPRECATED_UP_TO=0x050F00)
#add_compile_definitions(QT_DISABLE_DEPRECATED_UP_TO=0x050F00)

set_target_properties(Qt5::Core PROPERTIES MAP_IMPORTED_CONFIG_COVERAGE "RELEASE")

Expand Down
2 changes: 1 addition & 1 deletion scintilla/qt/ScintillaEdit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if (BUILD_QT5)
FIND_PACKAGE( Qt5Concurrent REQUIRED )

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

SET(CMAKE_AUTOMOC ON)
SET(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down
2 changes: 1 addition & 1 deletion showgraph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if (BUILD_QT5)
add_definitions( -DUSE_QT5 )

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

SET(CMAKE_AUTOMOC ON)
SET(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down

0 comments on commit a19ae2d

Please sign in to comment.