refactor(core): geopro_core 关闭 AUTOMOC/UIC/RCC, 保持 core 纯净(无关 Qt)

This commit is contained in:
gaozheng 2026-06-07 19:42:54 +08:00
parent 238faff56e
commit 29987191d0
1 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,5 @@ target_link_libraries(geopro_core PUBLIC Eigen3::Eigen)
target_compile_features(geopro_core PUBLIC cxx_std_17) target_compile_features(geopro_core PUBLIC cxx_std_17)
# core Qt / VTK # core Qt / VTK
# AUTOMOC/UIC/RCC view/app core Qt
set_target_properties(geopro_core PROPERTIES AUTOMOC OFF AUTOUIC OFF AUTORCC OFF)