forked from NHERI-SimCenter/EE-UQ
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEarthquakeEvents.pri
60 lines (55 loc) · 2.57 KB
/
EarthquakeEvents.pri
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
#-------------------------------------------------
#
# Project created by fmk
#
#-------------------------------------------------
#message($$_PRO_FILE_PWD_)
#message($$PWD)
INCLUDEPATH += $$PWD/EVENTS
INCLUDEPATH += $$PWD/EVENTS/StochasticMotionInput/include
SOURCES += \
$$PWD/EVENTS/EarthquakeEventSelection.cpp \
$$PWD/EVENTS/ExistingPEER_Records.cpp \
$$PWD/EVENTS/StochasticMotionInput/src/StochasticMotionInput.cpp \
$$PWD/EVENTS/StochasticMotionInput/src/StochasticModelWidget.cpp \
$$PWD/EVENTS/StochasticMotionInput/src/VlachosEtAlModel.cpp \
$$PWD/EVENTS/StochasticMotionInput/src/DabaghiDerKiureghianPulse.cpp \
$$PWD/EVENTS/peerNGA/ASCE710Target.cpp \
$$PWD/EVENTS/peerNGA/NoSpectrumUniform.cpp \
$$PWD/EVENTS/peerNGA/NSHMPDeagg.cpp \
$$PWD/EVENTS/peerNGA/NSHMPTarget.cpp \
$$PWD/EVENTS/peerNGA/PeerLoginDialog.cpp \
$$PWD/EVENTS/peerNGA/PEER_NGA_Records.cpp \
$$PWD/EVENTS/peerNGA/RecordSelectionPlot.cpp \
$$PWD/EVENTS/peerNGA/PeerNgaWest2Client.cpp \
$$PWD/EVENTS/peerNGA/SpectrumFromRegionalSurrogate.cpp \
$$PWD/EVENTS/peerNGA/USGSTargetWidget.cpp \
$$PWD/EVENTS/peerNGA/UserSpectrumModel.cpp \
$$PWD/EVENTS/peerNGA/UserSpectrumWidget.cpp \
$$PWD/EVENTS/peerNGA/surrogateGpParser.cpp \
$$PWD/EVENTS/userDefinedDatabase/User_Defined_Database.cpp \
$$PWD/EVENTS/groundMotionModel/BakerJayaram2008.cpp
HEADERS += \
$$PWD/EVENTS/EarthquakeEventSelection.h \
$$PWD/EVENTS/ExistingPEER_Records.h \
$$PWD/EVENTS/StochasticMotionInput/include/StochasticMotionInput.h \
$$PWD/EVENTS/StochasticMotionInput/include/StochasticModelWidget.h \
$$PWD/EVENTS/StochasticMotionInput/include/VlachosEtAlModel.h \
$$PWD/EVENTS/StochasticMotionInput/include/DabaghiDerKiureghianPulse.h \
$$PWD/EVENTS/peerNGA/ASCE710Target.h \
$$PWD/EVENTS/peerNGA/NoSpectrumUniform.h \
$$PWD/EVENTS/peerNGA/AbstractJsonSerializable.h \
$$PWD/EVENTS/peerNGA/AbstractTargetWidget.h \
$$PWD/EVENTS/peerNGA/NSHMPDeagg.h \
$$PWD/EVENTS/peerNGA/NSHMPTarget.h \
$$PWD/EVENTS/peerNGA/PeerLoginDialog.h \
$$PWD/EVENTS/peerNGA/PEER_NGA_Records.h \
$$PWD/EVENTS/peerNGA/RecordSelectionPlot.h \
$$PWD/EVENTS/peerNGA/PeerNgaWest2Client.h \
$$PWD/EVENTS/peerNGA/SpectrumFromRegionalSurrogate.h \
$$PWD/EVENTS/peerNGA/USGSTargetWidget.h \
$$PWD/EVENTS/peerNGA/UserSpectrumModel.h \
$$PWD/EVENTS/peerNGA/UserSpectrumWidget.h \
$$PWD/EVENTS/peerNGA/surrogateGpParser.h \
$$PWD/EVENTS/userDefinedDatabase/User_Defined_Database.h \
$$PWD/EVENTS/groundMotionModel/BakerJayaram2008.h