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.4 kB

8 years ago
8 years ago
8 years ago
8 years ago
8 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. osx/notificationimpl.mm
  17. SOURCES += osx/osxplatform.cpp
  18. HEADERS += osx/notification.h\
  19. osx/osxplatform.h\
  20. osx/notificationimpl.h
  21. }
  22. SOURCES += main.cpp\
  23. mainwindow.cpp \
  24. feiqlib/udpcommu.cpp \
  25. feiqlib/feiqcommu.cpp \
  26. feiqlib/feiqengine.cpp \
  27. feiqlib/feiqmodel.cpp \
  28. feiqlib/encoding.cpp \
  29. feiqlib/tcpserver.cpp \
  30. feiqlib/tcpsocket.cpp \
  31. feiqlib/utils.cpp \
  32. feiqlib/uniqueid.cpp \
  33. feiqlib/filetask.cpp \
  34. feiqlib/defer.cpp \
  35. feiqlib/asynwait.cpp \
  36. feiqlib/history.cpp \
  37. fellowlistwidget.cpp \
  38. searchfellowdlg.cpp \
  39. recvtextedit.cpp \
  40. filemanagerdlg.cpp \
  41. addfellowdialog.cpp \
  42. emoji.cpp \
  43. chooseemojidlg.cpp \
  44. platformdepend.cpp \
  45. chooseemojiwidget.cpp \
  46. sendtextedit.cpp \
  47. feiqwin.cpp \
  48. plugin/iplugin.cpp \
  49. plugin/rankuser.cpp \
  50. settings.cpp
  51. HEADERS += mainwindow.h \
  52. feiqlib/ipmsg.h \
  53. feiqlib/udpcommu.h \
  54. feiqlib/feiqcommu.h \
  55. feiqlib/protocol.h \
  56. feiqlib/post.h \
  57. feiqlib/content.h \
  58. feiqlib/feiqengine.h \
  59. feiqlib/feiqmodel.h \
  60. feiqlib/fellow.h \
  61. feiqlib/ifeiqview.h \
  62. feiqlib/msgqueuethread.h \
  63. feiqlib/encoding.h \
  64. feiqlib/tcpserver.h \
  65. feiqlib/tcpsocket.h \
  66. feiqlib/utils.h \
  67. feiqlib/uniqueid.h \
  68. feiqlib/filetask.h \
  69. feiqlib/defer.h \
  70. feiqlib/asynwait.h \
  71. feiqlib/history.h \
  72. feiqlib/parcelable.h \
  73. fellowlistwidget.h \
  74. searchfellowdlg.h \
  75. recvtextedit.h \
  76. filemanagerdlg.h \
  77. addfellowdialog.h \
  78. emoji.h \
  79. chooseemojidlg.h \
  80. platformdepend.h \
  81. chooseemojiwidget.h \
  82. sendtextedit.h \
  83. plugin/iplugin.h \
  84. feiqwin.h \
  85. plugin/rankuser.h \
  86. settings.h
  87. FORMS += mainwindow.ui \
  88. searchfellowdlg.ui \
  89. downloadfiledlg.ui \
  90. addfellowdialog.ui \
  91. chooseemojidlg.ui
  92. RESOURCES += \
  93. default.qrc

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

Contributors (1)