add:添加文件路径支持拖入。
This commit is contained in:
@@ -30,6 +30,7 @@ find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets)
|
||||
find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets)
|
||||
|
||||
include_directories(3rd)
|
||||
include_directories(src)
|
||||
set(PROJECT_SOURCES
|
||||
main.cpp
|
||||
MainWidget.cpp
|
||||
@@ -40,6 +41,7 @@ set(PROJECT_SOURCES
|
||||
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
|
||||
)
|
||||
|
||||
if (MSVC)
|
||||
|
||||
Reference in New Issue
Block a user