Skip to content

Commit

Permalink
Use position independent code for plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba160 committed Dec 9, 2022
1 parent 9a94bf8 commit 5d2cf2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ if(CMAKE_VERSION VERSION_LESS "3.7.0")
endif()

set (CMAKE_SHARED_LIBRARY_PREFIX "")
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

find_package(Qt6 COMPONENTS REQUIRED Core Concurrent Gui Quick Svg Charts)
if (USE_WIDGETS)
Expand Down

0 comments on commit 5d2cf2a

Please sign in to comment.