#------------------------------------------------- # # Project created by QtCreator 2014-08-20T15:54:21 # #------------------------------------------------- QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 DEFINES += NOMINMAX TARGET = Saphir TEMPLATE = app SOURCES += main.cpp\ mainwindow.cpp \ device.cpp \ maroc.cpp \ dlglog.cpp \ dlggain.cpp \ dlgmask.cpp \ dlgcharge.cpp \ qmaroc.cpp \ qmarocworker.cpp \ dlggrafik.cpp \ qconcentrator.cpp \ concentrator.cpp \ dlgserialno.cpp \ funktionen.cpp \ mtdaq.cpp \ mttrigger.cpp \ mtsetup.cpp \ tabmaroc.cpp \ tabconcentrator.cpp \ ctsetup.cpp \ mtinfo.cpp \ ctinfo.cpp \ dlgjtag.cpp \ dlgstartup.cpp \ dlgjtagprom.cpp \ dlgconjtag.cpp \ qcustomplot.cpp \ dlgscanhisto.cpp \ qmarocupdater.cpp \ qmarocsaver.cpp \ ctdaq.cpp \ qconsaver.cpp \ qconupdater.cpp \ qconworker.cpp \ tabclkrst.cpp \ tabhv.cpp \ dlgccconfig.cpp \ dlgsyncctrl.cpp \ psf1100.cpp \ tabmaroctest.cpp \ mtinfotest.cpp \ mtdaqtest.cpp \ dlgkanalstat.cpp \ dlgdatafile.cpp \ dlg2d.cpp \ tabmeasure.cpp \ dlgjtagall.cpp HEADERS += mainwindow.h \ device.h \ maroc.h \ dlglog.h \ mainwindow_def.h \ dlggain.h \ dlgmask.h \ dlgcharge.h \ qmaroc.h \ qmarocworker.h \ dlggrafik.h \ qconcentrator.h \ concentrator_def.h \ concentrator.h \ dlgserialno.h \ funktionen.h \ mtdaq.h \ mttrigger.h \ mtsetup.h \ tabmaroc.h \ tabconcentrator.h \ ctsetup.h \ mtinfo.h \ ctinfo.h \ maroc_def.h \ device_def.h \ dlglog_def.h \ dlgjtag.h \ dlgjtag_def.h \ dlgjtagprom.h \ dlgstartup.h \ dlgjtag_jdef.h \ dlgconjtag.h \ qcustomplot.h \ dlgscanhisto.h \ qmarocupdater.h \ qmarocsaver.h \ ctdaq.h \ qconsaver.h \ qconupdater.h \ qconworker.h \ tabclkrst.h \ tabhv.h \ ident.h \ dlgccconfig.h \ dlgsyncctrl.h \ psf1100.h \ tabmaroctest.h \ mtinfotest.h \ mtdaqtest.h \ dlgkanalstat.h \ dlgdatafile.h \ dlg2d.h \ tabmeasure.h \ messages.h \ dlgjtagall.h \ psf1100_def.h FORMS += mainwindow.ui \ dlggain.ui \ dlgmask.ui \ dlgcharge.ui \ dlggrafik.ui \ dlgserialno.ui \ mtdaq.ui \ mttrigger.ui \ mtsetup.ui \ ctsetup.ui \ mtinfo.ui \ ctinfo.ui \ dlgjtag.ui \ dlgjtagprom.ui \ dlgstartup.ui \ dlgscanhisto.ui \ ctdaq.ui \ tabclkrst.ui \ tabhv.ui \ dlgccconfig.ui \ dlgsyncctrl.ui \ psf1100.ui \ mtinfotest.ui \ mtdaqtest.ui \ dlgkanalstat.ui \ dlgdatafile.ui \ dlg2d.ui \ tabmeasure.ui \ dlgjtagall.ui RESOURCES = saphir.qrc win32 { message(Windows is active operation system.) PLX_SDK_DIR=c:\plx\plxsdk INCLUDEPATH += $${PLX_SDK_DIR}\Include LIBS += c:\plx\plxsdk\PlxApi\output\x64\debug\PlxApi.lib } unix { message(UNIX is active operation system.) PLX_SDK_DIR=/usr/src/PlxSdk INCLUDEPATH += $${PLX_SDK_DIR}/Include LIBS += $${PLX_SDK_DIR}/PlxApi/Library/PlxApi.a DEFINES += PLX_LINUX CONFIG += warn_off }