update FSUDAQ_Qt6.pro for the MUSICAnalyzer

This commit is contained in:
Ryan Tang 2024-08-06 16:05:21 -04:00
parent 94bae83a65
commit 6f0cdb22b6
2 changed files with 6 additions and 4 deletions

View File

@ -82,6 +82,7 @@
}
],
"files.associations": {
"*.C": "cpp"
"*.C": "cpp",
"*.pro": "makefile"
}
}

View File

@ -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 \