fix designer

add property to do moc and rcc
This commit is contained in:
2025-02-05 18:49:23 +01:00
parent aab5a9927c
commit 8b138154a9

View File

@@ -22,6 +22,13 @@ else()
add_definitions(-DQT_SHARED) add_definitions(-DQT_SHARED)
add_definitions(-DQDESIGNER_EXPORT_WIDGETS) add_definitions(-DQDESIGNER_EXPORT_WIDGETS)
set_target_properties(
qwt_designer
PROPERTIES
AUTOMOC ON
AUTORCC ON
)
target_sources(qwt_designer target_sources(qwt_designer
PRIVATE PRIVATE
qwt_designer_plugin.cpp qwt_designer_plugin.cpp