mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
TrayServerLMS переименовал
This commit is contained in:
@@ -35,7 +35,7 @@ add_library(DataBaseLMS SHARED
|
||||
contactModel.h
|
||||
hashtools.cpp
|
||||
hashtools.h
|
||||
resources.qrc
|
||||
DataBaseLMS.qrc
|
||||
)
|
||||
|
||||
target_link_libraries(DataBaseLMS PRIVATE Qt5::Widgets)
|
||||
@@ -50,7 +50,7 @@ if(PROJECT_TYPE_DEBUG)
|
||||
POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
||||
${REPO_PATH}/BUILDS/Debug64/DataBaseLMS/libDataBaseLMS.dll
|
||||
${REPO_PATH}/BUILDS/Debug64/TestServerLMS)
|
||||
${REPO_PATH}/BUILDS/Debug64/TrayServerLMS)
|
||||
|
||||
add_custom_command(TARGET DataBaseLMS
|
||||
POST_BUILD
|
||||
@@ -63,7 +63,7 @@ else()
|
||||
POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
||||
${REPO_PATH}/BUILDS/Release64/DataBaseLMS/libDataBaseLMS.dll
|
||||
${REPO_PATH}/BUILDS/Release64/TestServerLMS)
|
||||
${REPO_PATH}/BUILDS/Release64/TrayServerLMS)
|
||||
|
||||
add_custom_command(TARGET DataBaseLMS
|
||||
POST_BUILD
|
||||
|
||||
Reference in New Issue
Block a user