compile:修正linux编译通过。
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user