big-change:添加两种类型结构读写支持
This commit is contained in:
@@ -50,7 +50,10 @@ add_compile_options(/wd4267)
|
||||
add_compile_options(-D_CRT_SECURE_NO_WARNINGS)
|
||||
endif()
|
||||
|
||||
add_executable(OneLevelXmlOpr ${PROJECT_SOURCES})
|
||||
add_executable(OneLevelXmlOpr ${PROJECT_SOURCES}
|
||||
conf_setting.h conf_setting.cpp conf_setting.ui
|
||||
src/history.h src/history.cpp
|
||||
src/uhistory.h src/uhistory.cpp src/uhistory.ui)
|
||||
target_link_libraries(OneLevelXmlOpr PRIVATE Qt${QT_VERSION_MAJOR}::Widgets)
|
||||
set_target_properties(OneLevelXmlOpr PROPERTIES
|
||||
${BUNDLE_ID_OPTION}
|
||||
|
||||
Reference in New Issue
Block a user