mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-02-14 00:51:48 +08:00
update winodws
This commit is contained in:
@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user