using Qt6 for SOLARIS DAQ GUI development
Go to file
2023-01-25 15:08:41 -05:00
.vscode have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
.gitignore have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
ClassDigitizer2Gen.cpp have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
ClassDigitizer2Gen.h have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
Event.h have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
influxdb.cpp have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
influxdb.h have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
main.cpp have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
mainwindow.cpp have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
mainwindow.h have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
README.md edited README 2023-01-25 15:08:41 -05:00
SOLARIS_favicon.png have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
SOLARIS_Qt6_DAQ.pro have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00

Required / Development enviroment

Ubuntu 22.04

CAEN_DIG2_v1.5.3 CAEN_FELIB_v1.2.2

qt6-base-dev libcurl4-openssl-dev

Digitizer firmware V2745-dpp-pha-2022092903.cup

Compile

use qmake -project to generate the *.pro

in the *.pro, add QT += widgets LIBS += -lcurl -lCAEN_FELib

then run qmake *.pro it will generate Makefile

then make