mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
TrayServerLMS переименовал
This commit is contained in:
@@ -46,7 +46,7 @@ add_library(ServerLMS SHARED
|
||||
Data/usertype.h
|
||||
providerdblms.cpp
|
||||
providerdblms.h
|
||||
resources.qrc
|
||||
ServerLMS.qrc
|
||||
)
|
||||
|
||||
target_link_libraries(ServerLMS PRIVATE Qt5::Widgets)
|
||||
@@ -70,11 +70,11 @@ if(PROJECT_TYPE_DEBUG)
|
||||
POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
||||
${REPO_PATH}/BUILDS/Debug64/ServerLMS/libServerLMS.dll
|
||||
${REPO_PATH}/BUILDS/Debug64/TestServerLMS)
|
||||
${REPO_PATH}/BUILDS/Debug64/TrayServerLMS)
|
||||
else()
|
||||
add_custom_command(TARGET ServerLMS
|
||||
POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
||||
${REPO_PATH}/BUILDS/Release64/ServerLMS/libServerLMS.dll
|
||||
${REPO_PATH}/BUILDS/Release64/TestServerLMS)
|
||||
${REPO_PATH}/BUILDS/Release64/TrayServerLMS)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user