You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

feiq.pro 2.3 kB

9 years ago
9 years ago
9 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2016-07-30T10:47:11
  4. #
  5. #-------------------------------------------------
  6. QT += core gui network
  7. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  8. TARGET = feiq
  9. TEMPLATE = app
  10. LIBS += -liconv -lsqlite3
  11. mac{
  12. QT += macextras
  13. ICON = icon.icns
  14. LIBS += -framework Foundation
  15. OBJECTIVE_SOURCES += osx/notification.mm
  16. SOURCES += osx/osxplatform.cpp
  17. HEADERS += osx/notification.h\
  18. osx/osxplatform.h
  19. }
  20. SOURCES += main.cpp\
  21. mainwindow.cpp \
  22. feiqlib/udpcommu.cpp \
  23. feiqlib/feiqcommu.cpp \
  24. feiqlib/feiqengine.cpp \
  25. feiqlib/feiqmodel.cpp \
  26. feiqlib/encoding.cpp \
  27. feiqlib/tcpserver.cpp \
  28. feiqlib/tcpsocket.cpp \
  29. feiqlib/utils.cpp \
  30. feiqlib/uniqueid.cpp \
  31. feiqlib/filetask.cpp \
  32. feiqlib/defer.cpp \
  33. feiqlib/asynwait.cpp \
  34. feiqlib/history.cpp \
  35. fellowlistwidget.cpp \
  36. searchfellowdlg.cpp \
  37. recvtextedit.cpp \
  38. filemanagerdlg.cpp \
  39. addfellowdialog.cpp \
  40. emoji.cpp \
  41. chooseemojidlg.cpp \
  42. platformdepend.cpp \
  43. chooseemojiwidget.cpp \
  44. sendtextedit.cpp \
  45. feiqwin.cpp \
  46. plugin/unreadchecker.cpp \
  47. plugin/iplugin.cpp \
  48. plugin/rankuser.cpp
  49. HEADERS += mainwindow.h \
  50. feiqlib/ipmsg.h \
  51. feiqlib/udpcommu.h \
  52. feiqlib/feiqcommu.h \
  53. feiqlib/protocol.h \
  54. feiqlib/post.h \
  55. feiqlib/content.h \
  56. feiqlib/feiqengine.h \
  57. feiqlib/feiqmodel.h \
  58. feiqlib/fellow.h \
  59. feiqlib/ifeiqview.h \
  60. feiqlib/msgqueuethread.h \
  61. feiqlib/encoding.h \
  62. feiqlib/tcpserver.h \
  63. feiqlib/tcpsocket.h \
  64. feiqlib/utils.h \
  65. feiqlib/uniqueid.h \
  66. feiqlib/filetask.h \
  67. feiqlib/defer.h \
  68. feiqlib/asynwait.h \
  69. feiqlib/history.h \
  70. feiqlib/parcelable.h \
  71. fellowlistwidget.h \
  72. searchfellowdlg.h \
  73. recvtextedit.h \
  74. filemanagerdlg.h \
  75. addfellowdialog.h \
  76. emoji.h \
  77. chooseemojidlg.h \
  78. platformdepend.h \
  79. chooseemojiwidget.h \
  80. sendtextedit.h \
  81. plugin/iplugin.h \
  82. feiqwin.h \
  83. plugin/unreadchecker.h \
  84. plugin/rankuser.h
  85. FORMS += mainwindow.ui \
  86. searchfellowdlg.ui \
  87. downloadfiledlg.ui \
  88. addfellowdialog.ui \
  89. chooseemojidlg.ui
  90. RESOURCES += \
  91. default.qrc

mac下的“飞秋”大多数只是飞鸽传书协议,而且未发现令人满意的开源项目,所以基于c++与qt实现了基础的飞秋协议。

Contributors (1)