update FSUDAQ_Qt6.pro for the MUSICAnalyzer
This commit is contained in:
parent
94bae83a65
commit
6f0cdb22b6
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -82,6 +82,7 @@
|
|||
}
|
||||
],
|
||||
"files.associations": {
|
||||
"*.C": "cpp"
|
||||
"*.C": "cpp",
|
||||
"*.pro": "makefile"
|
||||
}
|
||||
}
|
|
@ -11,9 +11,9 @@ QT += core widgets charts printsupport
|
|||
LIBS += -lCAENDigitizer -lcurl
|
||||
|
||||
#==== for enable GDB debug
|
||||
#QMAKE_CXXFLAGS += -g
|
||||
#QMAKE_CXXFLAGS_RELEASE = -O0
|
||||
#QMAKE_CFLAGS_RELEASE = -O0
|
||||
QMAKE_CXXFLAGS += -g
|
||||
QMAKE_CXXFLAGS_RELEASE = -O0
|
||||
QMAKE_CFLAGS_RELEASE = -O0
|
||||
|
||||
# You can make your code fail to compile if you use deprecated APIs.
|
||||
# In order to do so, uncomment the following line.
|
||||
|
@ -44,6 +44,7 @@ HEADERS += ClassData.h \
|
|||
analyzers/CoincidentAnalyzer.h \
|
||||
analyzers/SplitPoleAnalyzer.h \
|
||||
analyzers/EncoreAnalyzer.h \
|
||||
analyzers/MUSICAnalyzer.h \
|
||||
analyzers/RAISOR.h
|
||||
SOURCES += ClassDigitizer.cpp \
|
||||
DigiSettingsPanel.cpp \
|
||||
|
|
Loading…
Reference in New Issue
Block a user