theme
This commit is contained in:
@@ -19,6 +19,7 @@ set(CMAKE_PREFIX_PATH
|
||||
"D:/Qt/Qt5.14.2/5.14.2/msvc2017_64/"
|
||||
"C:/Qt/6.7.2"
|
||||
"/opt/homebrew/Cellar/qt/6.7.0_2/"
|
||||
"D:/Dev/Qt6/msvc2022_64"
|
||||
)
|
||||
|
||||
set(CMAKE_AUTOUIC ON)
|
||||
@@ -40,12 +41,14 @@ 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 public_def.h
|
||||
src/config.h src/config.cpp public_def.cpp 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
|
||||
src/QCustomQLineEdit.h src/QCustomQLineEdit.cpp
|
||||
form/qformatset.h form/qformatset.cpp form/qformatset.ui
|
||||
resource/QtTheme.qrc
|
||||
resource.qrc
|
||||
)
|
||||
|
||||
if (MSVC)
|
||||
|
||||
Reference in New Issue
Block a user