add addFriendDialog and promote others

This commit is contained in:
xyz
2025-06-05 12:09:50 +08:00
parent a814d43d45
commit 62460933aa
11 changed files with 519 additions and 36 deletions

View File

@ -18,28 +18,39 @@ else()
set(QT_VERSION_MAJOR 6)
endif()
set(PROJECT_SOURCES
main.cpp
mainwidget.cpp
mainwidget.h
mainwidget.ui
model/data.h
resource.qrc
sessionfriendarea.h
sessionfriendarea.cpp
debug.h
messageshowarea.h
messageshowarea.cpp
messageeditarea.h
messageeditarea.cpp
SelfInfoWidget.h
SelfInfoWidget.cpp
userinfowidget.h
userinfowidget.cpp
sessiondetailwidget.h
sessiondetailwidget.cpp
choosefrienddialog.h
choosefrienddialog.cpp
#set(PROJECT_SOURCES
# main.cpp
# mainwidget.cpp
# mainwidget.h
# mainwidget.ui
# model/data.h
# resource.qrc
# sessionfriendarea.h
# sessionfriendarea.cpp
# debug.h
# messageshowarea.h
# messageshowarea.cpp
# messageeditarea.h
# messageeditarea.cpp
# SelfInfoWidget.h
# SelfInfoWidget.cpp
# userinfowidget.h
# userinfowidget.cpp
# sessiondetailwidget.h
# sessiondetailwidget.cpp
# choosefrienddialog.h
# choosefrienddialog.cpp
# groupsessiondetailwidget.h
# groupsessiondetailwidget.cpp
#)
file(GLOB PROJECT_SOURCES
model/*.h
*.cpp
*.h
*.ui
*.qrc
)
if(${QT_VERSION_MAJOR} GREATER_EQUAL 6)