代码拉取完成,页面将自动刷新
同步操作将从 uenigma/linux_feiq 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#-------------------------------------------------
#
# Project created by QtCreator 2016-07-30T10:47:11
#
#-------------------------------------------------
QT += core gui network
QMAKE_LFLAGS += -no-pie
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = feiq
TEMPLATE = app
LIBS += -lsqlite3
mac{
QT += macextras
ICON = icon.icns
LIBS += -framework Foundation
OBJECTIVE_SOURCES += osx/notification.mm\
osx/notificationimpl.mm
SOURCES += osx/osxplatform.cpp
HEADERS += osx/notification.h\
osx/osxplatform.h\
osx/notificationimpl.h
}
SOURCES += main.cpp\
mainwindow.cpp \
feiqlib/udpcommu.cpp \
feiqlib/feiqcommu.cpp \
feiqlib/feiqengine.cpp \
feiqlib/feiqmodel.cpp \
feiqlib/encoding.cpp \
feiqlib/tcpserver.cpp \
feiqlib/tcpsocket.cpp \
feiqlib/utils.cpp \
feiqlib/uniqueid.cpp \
feiqlib/filetask.cpp \
feiqlib/defer.cpp \
feiqlib/asynwait.cpp \
feiqlib/history.cpp \
fellowlistwidget.cpp \
searchfellowdlg.cpp \
recvtextedit.cpp \
filemanagerdlg.cpp \
addfellowdialog.cpp \
emoji.cpp \
chooseemojidlg.cpp \
platformdepend.cpp \
chooseemojiwidget.cpp \
sendtextedit.cpp \
feiqwin.cpp \
plugin/iplugin.cpp \
plugin/rankuser.cpp \
settings.cpp
HEADERS += mainwindow.h \
feiqlib/ipmsg.h \
feiqlib/udpcommu.h \
feiqlib/feiqcommu.h \
feiqlib/protocol.h \
feiqlib/post.h \
feiqlib/content.h \
feiqlib/feiqengine.h \
feiqlib/feiqmodel.h \
feiqlib/fellow.h \
feiqlib/ifeiqview.h \
feiqlib/msgqueuethread.h \
feiqlib/encoding.h \
feiqlib/tcpserver.h \
feiqlib/tcpsocket.h \
feiqlib/utils.h \
feiqlib/uniqueid.h \
feiqlib/filetask.h \
feiqlib/defer.h \
feiqlib/asynwait.h \
feiqlib/history.h \
feiqlib/parcelable.h \
fellowlistwidget.h \
searchfellowdlg.h \
recvtextedit.h \
filemanagerdlg.h \
addfellowdialog.h \
emoji.h \
chooseemojidlg.h \
platformdepend.h \
chooseemojiwidget.h \
sendtextedit.h \
plugin/iplugin.h \
feiqwin.h \
plugin/rankuser.h \
settings.h
FORMS += mainwindow.ui \
searchfellowdlg.ui \
downloadfiledlg.ui \
addfellowdialog.ui \
chooseemojidlg.ui
RESOURCES += \
default.qrc
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。