完成RequestBase构造函数个getConfig()函数

This commit is contained in:
Mike Solar
2023-07-28 07:32:36 +08:00
parent b262eca43c
commit 926ddcdc63
6 changed files with 1467 additions and 1 deletions

View File

@ -12,13 +12,15 @@ find_package(Qt5 COMPONENTS
Core
Gui
Widgets
Network
REQUIRED)
add_executable(officeassistant WIN32 main.cpp mainwindow.cpp mainwindow.h mainwindow.ui mainwindowlayout.cpp mainwindowlayout.h mainwindowlayout.ui navbar.cpp navbar.h navbar.ui MyButton.cpp MyButton.h buttonstruct.h globalvariables.h mainscreen.cpp mainscreen.h mainscreen.ui)
add_executable(officeassistant WIN32 main.cpp mainwindow.cpp mainwindow.h mainwindow.ui mainwindowlayout.cpp mainwindowlayout.h mainwindowlayout.ui navbar.cpp navbar.h navbar.ui MyButton.cpp MyButton.h buttonstruct.h globalvariables.h mainscreen.cpp mainscreen.h mainscreen.ui netio.cpp netio.h config.h)
target_link_libraries(officeassistant
Qt5::Core
Qt5::Gui
Qt5::Widgets
Qt5::Network
)
if (WIN32 AND NOT DEFINED CMAKE_TOOLCHAIN_FILE)
set(DEBUG_SUFFIX)