feat: 项目代码结构调整
parent
eeb9e043e3
commit
508c4d5d17
@ -0,0 +1,20 @@
|
|||||||
|
SOURCES += \
|
||||||
|
$$PWD/gddcCmdDlg.cpp \
|
||||||
|
$$PWD/gddcdlg.cpp \
|
||||||
|
$$PWD/gddcSet.cpp \
|
||||||
|
$$PWD/gddcStateInfo.cpp \
|
||||||
|
|
||||||
|
HEADERS += \
|
||||||
|
$$PWD/gddcCmdDlg.h \
|
||||||
|
$$PWD/gddcdlg.h \
|
||||||
|
$$PWD/gddcSet.h \
|
||||||
|
$$PWD/gddcStateInfo.h \
|
||||||
|
$$PWD/structDefineMyslef.h \
|
||||||
|
$$PWD/DCFrameCkCmd.h \
|
||||||
|
|
||||||
|
FORMS += \
|
||||||
|
$$PWD/gddcCmdDlg.ui \
|
||||||
|
$$PWD/gddcdlg.ui \
|
||||||
|
$$PWD/gddcSet.ui \
|
||||||
|
$$PWD/gddcStateInfo.ui \
|
||||||
|
|
@ -0,0 +1,11 @@
|
|||||||
|
SOURCES += \
|
||||||
|
$$PWD/homepagesetingwidget.cpp \
|
||||||
|
$$PWD/homepagedlg.cpp
|
||||||
|
|
||||||
|
HEADERS += \
|
||||||
|
$$PWD/homepagesetingwidget.h \
|
||||||
|
$$PWD/homepagedlg.h
|
||||||
|
|
||||||
|
FORMS += \
|
||||||
|
$$PWD/homepagesetingwidget.ui \
|
||||||
|
$$PWD/homepagedlg.ui \
|
@ -0,0 +1,11 @@
|
|||||||
|
SOURCES += \
|
||||||
|
$$PWD/encodemodelcamera.cpp \
|
||||||
|
$$PWD/modelcameradlg.cpp \
|
||||||
|
|
||||||
|
HEADERS += \
|
||||||
|
$$PWD/encodemodelcamera.h \
|
||||||
|
$$PWD/modelcameradlg.h \
|
||||||
|
|
||||||
|
FORMS += \
|
||||||
|
$$PWD/modelcameradlg.ui \
|
||||||
|
|
@ -0,0 +1,13 @@
|
|||||||
|
SOURCES += \
|
||||||
|
$$PWD/rescueload.cpp \
|
||||||
|
$$PWD/rescueloadwidget.cpp \
|
||||||
|
|
||||||
|
HEADERS += \
|
||||||
|
$$PWD/rescueload.h \
|
||||||
|
$$PWD/rescueloadwidget.h \
|
||||||
|
|
||||||
|
FORMS += \
|
||||||
|
$$PWD/rescueloadwidget.ui \
|
||||||
|
|
||||||
|
RESOURCES += \
|
||||||
|
$$PWD/map/places_map.qrc
|
Before Width: | Height: | Size: 752 B After Width: | Height: | Size: 752 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
@ -0,0 +1,10 @@
|
|||||||
|
SOURCES += \
|
||||||
|
$$PWD/cffmpeg_decode.cpp \
|
||||||
|
$$PWD/ffmpegvideodlg.cpp \
|
||||||
|
|
||||||
|
HEADERS += \
|
||||||
|
$$PWD/cffmpeg_decode.h \
|
||||||
|
$$PWD/ffmpegvideodlg.h \
|
||||||
|
|
||||||
|
FORMS += \
|
||||||
|
$$PWD/ffmpegvideodlg.ui \
|
@ -0,0 +1,12 @@
|
|||||||
|
SOURCES += \
|
||||||
|
$$PWD/customwebenginepage.cpp \
|
||||||
|
$$PWD/cwebengineview.cpp \
|
||||||
|
$$PWD/qweb.cpp
|
||||||
|
|
||||||
|
HEADERS += \
|
||||||
|
$$PWD/customwebenginepage.h \
|
||||||
|
$$PWD/cwebengineview.h \
|
||||||
|
$$PWD/qweb.h
|
||||||
|
|
||||||
|
FORMS += \
|
||||||
|
$$PWD/qweb.ui \
|
Loading…
Reference in New Issue