Guest User

Untitled

a guest
Apr 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. QT += core \
  2. gui \
  3. network
  4.  
  5. # -------------------------------------------------
  6. # libqtx section
  7. CONFIG += qxt
  8. QXT += core \
  9. gui
  10.  
  11. # -------------------------------------------------
  12. TARGET = cevirgec-V0.0.5
  13. TEMPLATE = app
  14. SOURCES += FileHeader.cpp \
  15. DictionaryService.cpp \
  16. Dictionary.cpp \
  17. Language.cpp \
  18. Word.cpp \
  19. Definition.cpp \
  20. main.cpp \
  21. settingswindow.cpp \
  22. mainservice.cpp \
  23. trayiconservice.cpp \
  24. clipboardservice.cpp \
  25. windowmanager.cpp \
  26. newdefinitionwindow.cpp \
  27. meaningform.cpp \
  28. settingsmanager.cpp \
  29. customsearchwindow.cpp \
  30. dictionarylisttablemodel.cpp \
  31. addnewdictionary.cpp \
  32. CevirgecConstants.cpp \
  33. ExportPathChooseDialog.cpp \
  34. SearchResultsDialog.cpp \
  35. DefinitionBox.cpp \
  36. SearchResultTabScrollArea.cpp \
  37. NoResultFoundArea.cpp \
  38. DIctionaryContent.cpp \
  39. DictionaryTreeModel.cpp \
  40. QuickResultsDialog.cpp \
  41. User.cpp
  42. HEADERS += FileHeader.h \
  43. IExportable.h \
  44. DictionaryService.h \
  45. Dictionary.h \
  46. Language.h \
  47. Word.h \
  48. Definition.h \
  49. settingswindow.h \
  50. mainservice.h \
  51. trayiconservice.h \
  52. clipboardservice.h \
  53. iservice.h \
  54. windowmanager.h \
  55. newdefinitionwindow.h \
  56. meaningform.h \
  57. settingsmanager.h \
  58. customsearchwindow.h \
  59. dictionarylisttablemodel.h \
  60. addnewdictionary.h \
  61. QSharedPointerWrapper.h \
  62. CevirgecConstants.h \
  63. ExportPathChooseDialog.h \
  64. SearchResultsDialog.h \
  65. DefinitionBox.h \
  66. SearchResultTabScrollArea.h \
  67. NoResultFoundArea.h \
  68. DIctionaryContent.h \
  69. DictionaryTreeModel.h \
  70. QuickResultsDialog.h \
  71. User.h
  72. FORMS += settingswindow.ui \
  73. newdefinitionwindow.ui \
  74. meaningform.ui \
  75. customsearchwindow.ui \
  76. addnewdictionary.ui \
  77. ExportPathChooseDialog.ui \
  78. SearchResultsDialog.ui \
  79. DefinitionBox.ui \
  80. SearchResultTabScrollA
Add Comment
Please, Sign In to add comment