fix designer
add property to do moc and rcc
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user