-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEventViewer.pro
More file actions
54 lines (39 loc) · 1.56 KB
/
EventViewer.pro
File metadata and controls
54 lines (39 loc) · 1.56 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
#-------------------------------------------------
#
# Project created by QtCreator 2015-09-01T14:18:02
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
TARGET = EventViewer
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
qcustomplot.cpp \
readmaus.cpp \
settings.cpp
HEADERS += mainwindow.h \
qcustomplot.h \
readmaus.h \
settings.h
FORMS += mainwindow.ui \
settings.ui
MAUS_DIR = /vols/fets2/adobbs/MAUS/maus/trunk
LIBS += -L$${MAUS_DIR}/third_party/build/root/lib -lCint -lCore -lMathCore
LIBS += -lMathMore -lHist -lTree -lMatrix -lRIO -lThread
LIBS += -lGui -lRIO -lNet -lGraf -lGraf3d -lGpad -lRint -lPostscript -lPhysics -lThread -pthread -lm -ldl -rdynamic
LIBS += -L$${MAUS_DIR}/src/common_cpp -lMausCpp
LIBS += -L$${MAUS_DIR}/third_party/install/lib
LIBS += -L$${MAUS_DIR}/third_party/build/geant4.9.6.p02/outputs/library/Linux-g++
LIBS += -ljson -lPhysics
LIBS += -lCLHEP
LIBS += -lG4geometry -lG4graphics_reps -lG4materials -lG4particles
LIBS += -lG4processes -lG4run -lG4event -lG4global -lG4intercoms
LIBS += -lG4modeling -lG4tracking -lG4visHepRep -lG4VRML -lG4digits_hits
LIBS += -lG4FR -lG4physicslists -lG4vis_management -lG4clhep -lG4track -lG4zlib
INCLUDEPATH += $${MAUS_DIR}/third_party/build/root/include/
INCLUDEPATH += $${MAUS_DIR}/src/common_cpp
INCLUDEPATH += $${MAUS_DIR}
INCLUDEPATH += $${MAUS_DIR}/src/legacy
INCLUDEPATH += $${MAUS_DIR}/third_party/install/include
DEPENDPATH +=$${MAUS_DIR}/third_party/build/root/include