-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCoHIT.pro
61 lines (53 loc) · 1.39 KB
/
CoHIT.pro
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
57
58
59
60
61
#-------------------------------------------------
#
# Project created by QtCreator 2013-07-23T15:26:23
#
#-------------------------------------------------
QT += core gui 3d
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
TARGET = CoHIT
LIBS += -lPeriodicTableLib -lqcustomplot
LIBS += -L/Users/schutz/group/Qt/PeriodicTableLib/build-Debug -L/Users/schutz/group/qt/qcustomplot/build-Release
INCLUDEPATH += /Users/schutz/group/Qt/PeriodicTableLib /Users/schutz/group/qt/qcustomplot
SOURCES += main.cpp \
YSMenu.cpp \
YSCollision.cpp \
YSNucleus.cpp \
YSEnergySetter.cpp \
YSPlotWindow.cpp \
../qcustomplot/qcustomplot.cpp \
YSWoodSaxon.cpp \
YS3dView.cpp \
YSImpactParameterSetter.cpp \
YSOverlappingCircles.cpp \
YSCrossSectionpp.cpp \
YSF1.cpp \
YSH1.cpp \
YSDrawableObject.cpp \
YSHdro3d.cpp \
YSGrid3dFloat.cpp \
YSGrid3dVector.cpp \
YSGrid3d.cpp \
YSTest.cpp
HEADERS += \
YSMenu.h \
YSCollision.h \
YSNucleus.h \
YSEnergySetter.h \
YSPlotWindow.h \
../qcustomplot/qcustomplot.h \
YSWoodSaxon.h \
YSImpactParameterSetter.h \
YSOverlappingCircles.h \
YSCrossSectionpp.h \
YSF1.h \
YSH1.h \
YSDrawableObject.h \
YSHydro3d.h \
YS3dView.h \
YSGrid3dFloat.h \
YSGrid3dVector.h \
YSGrid3d.h \
YSTest.h
FORMS += menu.ui \
YSPlotWindow.ui