shemeTable.pri 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. FORMS += \
  2. $$PWD/AnalysisPanelWidget.ui \
  3. $$PWD/ExportProjectDlg.ui \
  4. $$PWD/GroupPanelWidget.ui \
  5. $$PWD/MatrixPanelWidget.ui \
  6. $$PWD/ModelViewTable.ui \
  7. $$PWD/ProfessionInfo.ui \
  8. $$PWD/ProfessorInputTable.ui \
  9. $$PWD/UserConfigDlg.ui \
  10. $$PWD/mainwindow.ui
  11. HEADERS += \
  12. $$PWD/AnalysisPanelWidget.h \
  13. $$PWD/AnalysisTableWidget.h \
  14. $$PWD/ExportProjectDlg.h \
  15. $$PWD/GroupPanelWidget.h \
  16. $$PWD/GroupTableWidget.h \
  17. $$PWD/MatrixPanelWidget.h \
  18. $$PWD/MatrixTableItemDelegate.h \
  19. $$PWD/MatrixTableTechMeasuresWidget.h \
  20. $$PWD/MatrixTableWidget.h \
  21. $$PWD/ModelViewTable.h \
  22. $$PWD/ProfessInputTable.h \
  23. $$PWD/ProfessionInfo.h \
  24. $$PWD/ProfessorInputTable.h \
  25. $$PWD/RequirementImportance.h \
  26. $$PWD/SpinBoxDelegate.h \
  27. $$PWD/UserConfigDlg.h \
  28. # $$PWD/mainwindow.h
  29. SOURCES += \
  30. $$PWD/AnalysisPanelWidget.cpp \
  31. $$PWD/AnalysisTableWidget.cpp \
  32. $$PWD/ExportProjectDlg.cpp \
  33. $$PWD/GroupPanelWidget.cpp \
  34. $$PWD/GroupTableWidget.cpp \
  35. $$PWD/MatrixPanelWidget.cpp \
  36. $$PWD/MatrixTableItemDelegate.cpp \
  37. $$PWD/MatrixTableTechMeasuresWidget.cpp \
  38. $$PWD/MatrixTableWidget.cpp \
  39. $$PWD/ModelViewTable.cpp \
  40. $$PWD/ProfessInputTable.cpp \
  41. $$PWD/ProfessionInfo.cpp \
  42. $$PWD/ProfessorInputTable.cpp \
  43. $$PWD/SpinBoxDelegate.cpp \
  44. $$PWD/UserConfigDlg.cpp \
  45. # $$PWD/main.cpp \
  46. # $$PWD/mainwindow.cpp