update winodws

This commit is contained in:
xyz
2025-05-30 19:49:58 +08:00
parent 51f0b4941f
commit 8b3290b755
10 changed files with 442 additions and 30 deletions

View File

@ -34,6 +34,10 @@ set(PROJECT_SOURCES
messageeditarea.cpp
SelfInfoWidget.h
SelfInfoWidget.cpp
userinfowidget.h
userinfowidget.cpp
sessiondetailwidget.h
sessiondetailwidget.cpp
)
if(${QT_VERSION_MAJOR} GREATER_EQUAL 6)
@ -51,8 +55,6 @@ endif()
target_link_libraries(ClientChat PRIVATE Qt${QT_VERSION_MAJOR}::Widgets)
# Bundle设置
include(GNUInstallDirs)
install(TARGETS ClientChat
BUNDLE DESTINATION .