SXXXXXXX_PyDownloadFwViaSRIO/_OLD/Vecchia_app/FpgaBeamMeUp/FpgaBeamMeUp - Copia.pro
2026-01-22 17:10:05 +01:00

171 lines
5.2 KiB
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2019-03-25T15:29:10
#
#-------------------------------------------------
QT += core gui network xml
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = FpgaBeamMeUp
TEMPLATE = app
# The following define makes your compiler emit warnings if you use
# any feature of Qt which as been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
# You can also make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
INCLUDEPATH += bsk
INCLUDEPATH += Qg
INCLUDEPATH += miniz
INCLUDEPATH += tftp
INCLUDEPATH += GrifoFwIF/pub/inc
INCLUDEPATH += GrifoFwIF/dev/src
INCLUDEPATH += DfeEmulator/inc
SOURCES += main.cpp\
mainwindow.cpp \
qggrifodownloadentitiesform.cpp \
qggrifobeamupform.cpp \
Qg/qgnetworkconnectiondialog.cpp \
Qg/qgnetworkinterface.cpp \
Qg/qgpropertywidget.cpp \
qggrifobeamupproperties.cpp \
binaryverifier.cpp \
bitstreamverifier.cpp \
downloadablefile.cpp \
miniz/miniz_inflate.cpp \
beamupfilemonitor.cpp \
targetlist.cpp \
fgpaprogrammer.cpp \
fpgaflashengine.cpp \
#tftp/fpgabridgetftp.cpp \
fpgaflashoperation.cpp \
fpgaflashconfig.cpp \
fileutils.cpp \
historydb.cpp \
dbhistoryform.cpp \
historydbform.cpp \
fpgabeammeupstring.cpp \
fpgaflashxml.cpp \
flashtarget.cpp \
fpgarfifflashoperation.cpp \
fpgarfifflashengine.cpp \
fpgaflashinterface.cpp \
DfeEmulator/src/aesa_emu.cpp \
GrifoFwIF/dev/src/aesa_cmd_data.cpp \
GrifoFwIF/dev/src/grifo_aesa_fw_if.cpp \
GrifoFwIF/dev/src/grifo_aesa_fw_rx_if.cpp \
GrifoFwIF/dev/src/grifo_core_fw_cx.cpp \
GrifoFwIF/dev/src/grifo_ctrlink_if.cpp \
GrifoFwIF/dev/src/grifo_detector_if.cpp \
GrifoFwIF/dev/src/grifo_down_converter_if.cpp \
GrifoFwIF/dev/src/grifo_exciter_if.cpp \
GrifoFwIF/dev/src/grifo_expander_if.cpp \
GrifoFwIF/dev/src/grifo_fw_blob.cpp \
GrifoFwIF/dev/src/grifo_node0_fw.cpp \
GrifoFwIF/dev/src/grifo_pc_if.cpp \
GrifoFwIF/dev/src/grifo_synth_if.cpp \
GrifoFwIF/dev/src/grifo_timer_if.cpp \
DfeEmulator/src/srio_sm_win32.cpp \
tftp/BupTFTP.cpp
HEADERS += mainwindow.h \
qggrifodownloadentitiesform.h \
qggrifobeamupform.h \
Qg/qgnetworkconnectiondialog.h \
Qg/qgnetworkinterface.h \
Qg/qgpropertywidget.h \
qggrifobeamupproperties.h \
Qg/qzip.h \
Qg/qzipreader_p.h \
Qg/qzipwriter_p.h \
binaryverifier.h \
bitstreamverifier.h \
downloadablefile.h \
miniz/miniz.h \
miniz/miniz_header.h \
beamupfilemonitor.h \
targetlist.h \
fgpaprogrammer.h \
fpgaflashengine.h \
#tftp/fpgabridgetftp.h \
fpgaflashoperation.h \
fpgaflashconfig.h \
fileutils.h \
mydebug.h \
historydb.h \
dbhistoryform.h \
historydbform.h \
fpgabeammeupstring.h \
fpgaflashxml.h \
flashtarget.h \
fpgarfifflashoperation.h \
fpgarfifflashengine.h \
fpgaflashprofile.h \
fpgaflashinterface.h \
DfeEmulator/src/aesa_emu.h \
GrifoFwIF/dev/src/grifo_fw_aesa_blob.h \
GrifoFwIF/dev/src/grifo_fw_timer_blob.h \
GrifoFwIF/pub/inc/aesa_cmd_data.h \
GrifoFwIF/pub/inc/aesa_if_types.h \
GrifoFwIF/pub/inc/grifo_aesa_fw_if.h \
GrifoFwIF/pub/inc/grifo_core_fw_cx.h \
GrifoFwIF/pub/inc/grifo_ctrlink.h \
GrifoFwIF/pub/inc/grifo_ctrlink_common.h \
GrifoFwIF/pub/inc/grifo_ctrlink_if.h \
GrifoFwIF/pub/inc/grifo_detector_if.h \
GrifoFwIF/pub/inc/grifo_down_converter_if.h \
GrifoFwIF/pub/inc/grifo_exciter_if.h \
GrifoFwIF/pub/inc/grifo_expander_if.h \
GrifoFwIF/pub/inc/grifo_fw_blob.h \
GrifoFwIF/pub/inc/grifo_fw_blob_if.h \
GrifoFwIF/pub/inc/grifo_fw_map.h \
GrifoFwIF/pub/inc/grifo_fw_tag.h \
GrifoFwIF/pub/inc/grifo_node0_if.h \
GrifoFwIF/pub/inc/grifo_pc_if.h \
GrifoFwIF/pub/inc/grifo_synth_if.h \
GrifoFwIF/pub/inc/grifo_timer_if.h \
DfeEmulator/inc/dfe_emu_if.h \
tftp/BupTFTP.h
FORMS += mainwindow.ui \
qggrifodownloadentitiesform.ui \
qggrifobeamupform.ui \
Qg/qgnetworkconnectiondialog.ui \
sitesimdialog.ui \
historydbform.ui
win32:RC_ICONS = database_down.ico
#win32:RC_ICONS = enterpriseC.ico
CHIMERA_BASE = $$PWD/../../../../DevEnv
#REP_BASE = $$PWD/../../../../REP
INCLUDEPATH += $${CHIMERA_BASE}/ChimeraSDK/ChimeraSources/ChimeraPortable/pub/inc/bsk
INCLUDEPATH += $${CHIMERA_BASE}/ChimeraSDK/ChimeraSources/ChimeraPortable/pub/inc/bsp
#INCLUDEPATH += $${REP_BASE}/Projects/GrifoFwIF/pub/inc
#INCLUDEPATH += $${REP_BASE}/Projects/GrifoFwIF/dev/src
#E:/src/GRIFO-E/REP/Projects/GrifoFwIF/pub/inc
win32-g++:CONFIG(release, debug|release): QMAKE_POST_LINK = $${CHIMERA_BASE}\bin\g_binsign.exe .\release\FpgaBeamMeUp.exe //o //w /o=.\release\FpgaBeamMeUp.exe /db=$${PWD}\build_db-xlru.txt //q //q //q
RESOURCES += \
default.qrc
DISTFILES +=