mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Перед началом разделения GUI и Server
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user