fix for Qt 6.2

designer plugin was not working
This commit is contained in:
2025-04-03 11:40:19 +02:00
parent 09cadfc1a7
commit 6ec4ad486b
2 changed files with 2 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ else()
Qt6::UiPlugin
Qt6::Widgets
Qt6::Designer
#qwt
qwt
)
endif()

View File

@@ -9,6 +9,7 @@ set_target_properties(
AUTOMOC ON
AUTORCC ON
)
set_property(TARGET qwt PROPERTY POSITION_INDEPENDENT_CODE ON)
target_compile_definitions(qwt
PRIVATE
"QWT_MOC_INCLUDE"