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

9 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. HEADERS += mainwindow.h \
  46. feiqlib/ipmsg.h \
  47. feiqlib/udpcommu.h \
  48. feiqlib/feiqcommu.h \
  49. feiqlib/protocol.h \
  50. feiqlib/post.h \
  51. feiqlib/content.h \
  52. feiqlib/feiqengine.h \
  53. feiqlib/feiqmodel.h \
  54. feiqlib/fellow.h \
  55. feiqlib/ifeiqview.h \
  56. feiqlib/msgqueuethread.h \
  57. feiqlib/encoding.h \
  58. feiqlib/tcpserver.h \
  59. feiqlib/tcpsocket.h \
  60. feiqlib/utils.h \
  61. feiqlib/uniqueid.h \
  62. feiqlib/filetask.h \
  63. feiqlib/defer.h \
  64. feiqlib/asynwait.h \
  65. feiqlib/history.h \
  66. feiqlib/parcelable.h \
  67. fellowlistwidget.h \
  68. searchfellowdlg.h \
  69. recvtextedit.h \
  70. filemanagerdlg.h \
  71. addfellowdialog.h \
  72. emoji.h \
  73. chooseemojidlg.h \
  74. platformdepend.h \
  75. chooseemojiwidget.h \
  76. sendtextedit.h
  77. FORMS += mainwindow.ui \
  78. searchfellowdlg.ui \
  79. downloadfiledlg.ui \
  80. addfellowdialog.ui \
  81. chooseemojidlg.ui
  82. RESOURCES += \
  83. default.qrc

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

Contributors (1)