Перед началом разделения GUI и Server

This commit is contained in:
krivoshein
2024-12-02 14:55:11 +03:00
parent 7e810e584c
commit 927b789486
115 changed files with 19581 additions and 1188 deletions

View File

@@ -34,7 +34,7 @@ CMAKE_CODEBLOCKS_EXECUTABLE:FILEPATH=CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND
// Enter e.g. -j<some_number> to get parallel builds
CMAKE_CODEBLOCKS_MAKE_ARGUMENTS:STRING=
//No help, variable specified on the command line.
//CXX compiler
CMAKE_CXX_COMPILER:STRING=C:/Qt/Qt5.14.2/Tools/mingw730_64/bin/g++.exe
//A wrapper around 'ar' adding the appropriate '--plugin' option
@@ -250,6 +250,9 @@ Qt5Sql_DIR:PATH=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Sql
//The directory containing a CMake configuration file for Qt5Widgets.
Qt5Widgets_DIR:PATH=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Widgets
//The directory containing a CMake configuration file for Qt5Xml.
Qt5Xml_DIR:PATH=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5Xml
//The directory containing a CMake configuration file for Qt5.
Qt5_DIR:PATH=C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/cmake/Qt5
@@ -260,7 +263,7 @@ ServerLMS_BINARY_DIR:STATIC=D:/LMS/ServerLMS/Debug64
ServerLMS_IS_TOP_LEVEL:STATIC=ON
//Dependencies for the target
ServerLMS_LIB_DEPENDS:STATIC=general;Qt5::Widgets;general;Qt5::Network;general;Qt5::Concurrent;general;Qt5::Sql;general;libInstructorsAndTrainees.dll;general;libDataBaseLMS.dll;
ServerLMS_LIB_DEPENDS:STATIC=general;Qt5::Widgets;general;Qt5::Network;general;Qt5::Concurrent;general;Qt5::Sql;general;Qt5::Xml;general;libInstructorsAndTrainees.dll;general;libDataBaseLMS.dll;
//Value Computed by CMake
ServerLMS_SOURCE_DIR:STATIC=D:/LMS/ServerLMS/ServerLMS