-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPETCTLong.pro
More file actions
56 lines (51 loc) · 1.17 KB
/
PETCTLong.pro
File metadata and controls
56 lines (51 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#-------------------------------------------------
#
# Project created by QtCreator 2012-06-28T10:22:39
#
#-------------------------------------------------
DEPENDPATH += . debug release
INCLUDEPATH += .
CONFIG += console
SOURCES += main.cpp\
mainwindow.cpp \
patient.cpp \
segmentation.cpp \
reportselectionwidget.cpp \
imageseriesselectionwidget.cpp \
report.cpp \
finding.cpp \
imageseries.cpp \
study.cpp \
dicomdb.cpp \
studysliderwidget.cpp \
categorybutton.cpp \
nodecombobox.cpp \
studiestable.cpp \
separator.cpp \
findingswidget.cpp \
findingscolormapdialog.cpp \
editorwidget.cpp \
reporttree.cpp \
analysiswidget.cpp
HEADERS += mainwindow.h \
patient.h \
segmentation.h \
reportselectionwidget.h \
imageseriesselectionwidget.h \
report.h \
finding.h \
imageseries.h \
study.h \
dicomdb.h \
studysliderwidget.h \
dicomdb.h \
categorybutton.h \
nodecombobox.h \
studiestable.h \
separator.h \
findingswidget.h \
findingscolormapdialog.h \
editorwidget.h \
reporttree.h \
analysiswidget.h
RESOURCES = resources.qrc