123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- FORMS += \
- $$PWD/AnalysisPanelWidget.ui \
- $$PWD/ExportProjectDlg.ui \
- $$PWD/GroupPanelWidget.ui \
- $$PWD/MatrixPanelWidget.ui \
- $$PWD/ModelViewTable.ui \
- $$PWD/ProfessionInfo.ui \
- $$PWD/ProfessorInputTable.ui \
- $$PWD/UserConfigDlg.ui \
- $$PWD/mainwindow.ui
- HEADERS += \
- $$PWD/AnalysisPanelWidget.h \
- $$PWD/AnalysisTableWidget.h \
- $$PWD/ExportProjectDlg.h \
- $$PWD/GroupPanelWidget.h \
- $$PWD/GroupTableWidget.h \
- $$PWD/MatrixPanelWidget.h \
- $$PWD/MatrixTableItemDelegate.h \
- $$PWD/MatrixTableTechMeasuresWidget.h \
- $$PWD/MatrixTableWidget.h \
- $$PWD/ModelViewTable.h \
- $$PWD/ProfessInputTable.h \
- $$PWD/ProfessionInfo.h \
- $$PWD/ProfessorInputTable.h \
- $$PWD/RequirementImportance.h \
- $$PWD/SpinBoxDelegate.h \
- $$PWD/UserConfigDlg.h \
- # $$PWD/mainwindow.h
- SOURCES += \
- $$PWD/AnalysisPanelWidget.cpp \
- $$PWD/AnalysisTableWidget.cpp \
- $$PWD/ExportProjectDlg.cpp \
- $$PWD/GroupPanelWidget.cpp \
- $$PWD/GroupTableWidget.cpp \
- $$PWD/MatrixPanelWidget.cpp \
- $$PWD/MatrixTableItemDelegate.cpp \
- $$PWD/MatrixTableTechMeasuresWidget.cpp \
- $$PWD/MatrixTableWidget.cpp \
- $$PWD/ModelViewTable.cpp \
- $$PWD/ProfessInputTable.cpp \
- $$PWD/ProfessionInfo.cpp \
- $$PWD/ProfessorInputTable.cpp \
- $$PWD/SpinBoxDelegate.cpp \
- $$PWD/UserConfigDlg.cpp \
- # $$PWD/main.cpp \
- # $$PWD/mainwindow.cpp
|