TrayServerLMS переименовал

This commit is contained in:
2025-10-20 17:07:26 +03:00
parent 93343a56e5
commit 294a7e4a7d
24 changed files with 109 additions and 88 deletions

View File

@@ -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()