compile:修正linux编译通过。

This commit is contained in:
2024-05-29 10:06:28 +08:00
parent 488f0b45b7
commit 2f119e8273
4 changed files with 13 additions and 9 deletions

View File

@@ -5,6 +5,7 @@ project(OneLevelXmlOpr VERSION 0.1 LANGUAGES CXX)
set(CMAKE_PREFIX_PATH
"C:/Qt/Qt6.6.3/6.6.3/msvc2019_64"
"/opt/homebrew/Cellar/qt@5/5.15.13_1"
"/home/typ/Qt5.14.2/5.14.2/gcc_64"
)
set(CMAKE_AUTOUIC ON)
@@ -24,7 +25,7 @@ set(PROJECT_SOURCES
MainWidget.h
MainWidget.ui 3rd/tinyxml2.cpp
src/xml_opr.h src/xml_opr.cpp
src/config.h src/config.cpp public_def.cpp resource.qrc
src/config.h src/config.cpp public_def.cpp resource.qrc public_def.h
resource/ico.rc src/attribute_edit.ui src/attribute_edit.h
src/attribute_edit.cpp flatgray.qrc
src/data_edit.h src/data_edit.cpp src/data_edit.ui