mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-02-13 16:41:48 +08:00
add addFriendDialog and promote others
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user