From 6f0cdb22b68971cb26d8654988356f916380512e Mon Sep 17 00:00:00 2001 From: "Ryan@SOLARIS_testStation" Date: Tue, 6 Aug 2024 16:05:21 -0400 Subject: [PATCH] update FSUDAQ_Qt6.pro for the MUSICAnalyzer --- .vscode/settings.json | 3 ++- FSUDAQ_Qt6.pro | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 02d2d86..2e0fb90 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -82,6 +82,7 @@ } ], "files.associations": { - "*.C": "cpp" + "*.C": "cpp", + "*.pro": "makefile" } } \ No newline at end of file diff --git a/FSUDAQ_Qt6.pro b/FSUDAQ_Qt6.pro index 9fc186d..11a87db 100644 --- a/FSUDAQ_Qt6.pro +++ b/FSUDAQ_Qt6.pro @@ -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 \