Skip to content

Commit

Permalink
release 1.1.570
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiri Novak committed Feb 21, 2018
1 parent 587b546 commit b14afba
Show file tree
Hide file tree
Showing 88 changed files with 6,944 additions and 3,378 deletions.
25 changes: 21 additions & 4 deletions CycloBranch/CycloBranch-Linux.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ MOC_DIR = moc/

# Input
RESOURCES = images.qrc
HEADERS += core/cAllocator.h \
core/cBrick.h \
HEADERS += core/cBrick.h \
core/cBricksDatabase.h \
core/cCandidate.h \
core/cCandidateSet.h \
Expand All @@ -35,9 +34,11 @@ HEADERS += core/cAllocator.h \
gui/cAboutWidget.h \
gui/cBranchCyclicWidget.h \
gui/cBranchedWidget.h \
gui/cBricksDatabaseProxyModel.h \
gui/cBricksDatabaseWidget.h \
gui/cCheckBoxDelegate.h \
gui/cComboBoxDelegate.h \
gui/cCyclicWidget.h \
gui/cDelegate.h \
gui/cDrawPeptideWidget.h \
gui/cEventFilter.h \
gui/cExportDialog.h \
Expand All @@ -50,12 +51,19 @@ HEADERS += core/cAllocator.h \
gui/cLinearWidget.h \
gui/cMainThread.h \
gui/cMainWindow.h \
gui/cMainWindowProxyModel.h \
gui/cModificationsProxyModel.h \
gui/cModificationsWidget.h \
gui/cMultipleButtonDelegate.h \
gui/cParametersWidget.h \
gui/cSequenceDatabaseProxyModel.h \
gui/cSequenceDatabaseWidget.h \
gui/cSpectrumDetailProxyModel.h \
gui/cSpectrumDetailWidget.h \
gui/cSpectrumSceneWidget.h \
gui/cSummaryPeaksTableProxyModel.h \
gui/cSummaryPeaksTableWidget.h \
gui/cViewButtonDelegate.h \
parallel/cGraphReaderThread.h \
parallel/cSpectrumComparatorThread.h
SOURCES += core/cBrick.cpp \
Expand All @@ -79,9 +87,11 @@ SOURCES += core/cBrick.cpp \
gui/cAboutWidget.cpp \
gui/cBranchCyclicWidget.cpp \
gui/cBranchedWidget.cpp \
gui/cBricksDatabaseProxyModel.cpp \
gui/cBricksDatabaseWidget.cpp \
gui/cCheckBoxDelegate.cpp \
gui/cComboBoxDelegate.cpp \
gui/cCyclicWidget.cpp \
gui/cDelegate.cpp \
gui/cDrawPeptideWidget.cpp \
gui/cEventFilter.cpp \
gui/cExportDialog.cpp \
Expand All @@ -94,12 +104,19 @@ SOURCES += core/cBrick.cpp \
gui/cLinearWidget.cpp \
gui/cMainThread.cpp \
gui/cMainWindow.cpp \
gui/cMainWindowProxyModel.cpp \
gui/cModificationsProxyModel.cpp \
gui/cModificationsWidget.cpp \
gui/cMultipleButtonDelegate.cpp \
gui/cParametersWidget.cpp \
gui/cSequenceDatabaseProxyModel.cpp \
gui/cSequenceDatabaseWidget.cpp \
gui/cSpectrumDetailProxyModel.cpp \
gui/cSpectrumDetailWidget.cpp \
gui/cSpectrumSceneWidget.cpp \
gui/cSummaryPeaksTableProxyModel.cpp \
gui/cSummaryPeaksTableWidget.cpp \
gui/cViewButtonDelegate.cpp \
parallel/cGraphReaderThread.cpp \
parallel/cSpectrumComparatorThread.cpp \
main.cpp
25 changes: 21 additions & 4 deletions CycloBranch/CycloBranch-MacOSX.pro
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ ICON = images/cb.icns

# Input
RESOURCES = images.qrc
HEADERS += core/cAllocator.h \
core/cBrick.h \
HEADERS += core/cBrick.h \
core/cBricksDatabase.h \
core/cCandidate.h \
core/cCandidateSet.h \
Expand All @@ -43,9 +42,11 @@ HEADERS += core/cAllocator.h \
gui/cAboutWidget.h \
gui/cBranchCyclicWidget.h \
gui/cBranchedWidget.h \
gui/cBricksDatabaseProxyModel.h \
gui/cBricksDatabaseWidget.h \
gui/cCheckBoxDelegate.h \
gui/cComboBoxDelegate.h \
gui/cCyclicWidget.h \
gui/cDelegate.h \
gui/cDrawPeptideWidget.h \
gui/cEventFilter.h \
gui/cExportDialog.h \
Expand All @@ -58,12 +59,19 @@ HEADERS += core/cAllocator.h \
gui/cLinearWidget.h \
gui/cMainThread.h \
gui/cMainWindow.h \
gui/cMainWindowProxyModel.h \
gui/cModificationsProxyModel.h \
gui/cModificationsWidget.h \
gui/cMultipleButtonDelegate.h \
gui/cParametersWidget.h \
gui/cSequenceDatabaseProxyModel.h \
gui/cSequenceDatabaseWidget.h \
gui/cSpectrumDetailProxyModel.h \
gui/cSpectrumDetailWidget.h \
gui/cSpectrumSceneWidget.h \
gui/cSummaryPeaksTableProxyModel.h \
gui/cSummaryPeaksTableWidget.h \
gui/cViewButtonDelegate.h \
parallel/cGraphReaderThread.h \
parallel/cSpectrumComparatorThread.h
SOURCES += core/cBrick.cpp \
Expand All @@ -87,9 +95,11 @@ SOURCES += core/cBrick.cpp \
gui/cAboutWidget.cpp \
gui/cBranchCyclicWidget.cpp \
gui/cBranchedWidget.cpp \
gui/cBricksDatabaseProxyModel.cpp \
gui/cBricksDatabaseWidget.cpp \
gui/cCheckBoxDelegate.cpp \
gui/cComboBoxDelegate.cpp \
gui/cCyclicWidget.cpp \
gui/cDelegate.cpp \
gui/cDrawPeptideWidget.cpp \
gui/cEventFilter.cpp \
gui/cExportDialog.cpp \
Expand All @@ -102,12 +112,19 @@ SOURCES += core/cBrick.cpp \
gui/cLinearWidget.cpp \
gui/cMainThread.cpp \
gui/cMainWindow.cpp \
gui/cMainWindowProxyModel.cpp \
gui/cModificationsProxyModel.cpp \
gui/cModificationsWidget.cpp \
gui/cMultipleButtonDelegate.cpp \
gui/cParametersWidget.cpp \
gui/cSequenceDatabaseProxyModel.cpp \
gui/cSequenceDatabaseWidget.cpp \
gui/cSpectrumDetailProxyModel.cpp \
gui/cSpectrumDetailWidget.cpp \
gui/cSpectrumSceneWidget.cpp \
gui/cSummaryPeaksTableProxyModel.cpp \
gui/cSummaryPeaksTableWidget.cpp \
gui/cViewButtonDelegate.cpp\
parallel/cGraphReaderThread.cpp \
parallel/cSpectrumComparatorThread.cpp \
main.cpp
Loading

0 comments on commit b14afba

Please sign in to comment.