AnalysisSystemForRadionucli.../ReadPHDFile.pro

95 lines
2.1 KiB
Prolog
Raw Normal View History

2024-06-04 15:27:02 +08:00
#-------------------------------------------------
#
# Project created by QtCreator 2015-12-28T13:49:57
#
#-------------------------------------------------
include(common.pri)
#QT += core gui xml
QT -= gui
#QT += gui
#QT += core
#greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = ReadPHDFile
TEMPLATE = lib
#TEMPLATE = app
CONFIG += shared
CONFIG += c++11
#DEFINES += GAMMAANALYALG_LIBRARY
CONFIG(debug,debug|release){
DEFINES += DEBUG_INFO_OUTPUT
}
OBJECTS_DIR = $$PROJECT_OBJ/ReadPHDFile
MOC_DIR = $$PROJECT_MOC/ReadPHDFile
RCC_DIR = $$PROJECT_RCC/ReadPHDFile
UI_DIR = $$PROJECT_UI/ReadPHDFile
DESTDIR = $$PROJECT_LIB
SOURCES += \
AbstractSpectrumDataMessage.cpp \
AlertMessage.cpp \
BgWork.cpp \
CplusToJava.cpp \
Fit.cpp \
MDC.cpp \
MeteorologicalMessage.cpp \
ProcessAlgorithmGlobalVar.cpp \
ROI.cpp \
ROIConUncer.cpp \
RadionuclideMessage.cpp \
StateOfHealthMessage.cpp \
XeConUncer.cpp \
org_jeecg_modules_native_jni_EnergySpectrumHandler.cpp
HEADERS += \
AbstractSpectrumDataMessage.h \
AlertMessage.h \
BgWork.h \
BgWorkDef.h \
CplusToJava.h \
DataManager_Define.h \
Fit.h \
FitDef.h \
MDC.h \
MDCDef.h \
MeteorologicalMessage.h \
ProcessAlgorithmGlobalVar.h \
ROI.h \
ROIConUncer.h \
ROIConUncerDef.h \
ROIDef.h \
RadionuclideMessage.h \
StateOfHealthMessage.h \
XeConUncer.h \
XeConUncerDef.h \
org_jeecg_modules_native_jni_EnergySpectrumHandler.h
#FORMS += mainwindow.ui
2024-07-16 09:29:13 +08:00
win32:INCLUDEPATH += "C:/Program Files/Java/jdk1.8.0_351/include"
win32:INCLUDEPATH += "C:/Program Files/Java/jdk1.8.0_351/include/win32"
2024-06-04 15:27:02 +08:00
QMAKE_LFLAGS += -Wl,--kill-at
#LIBS += -L$$PROJECT_LIB -l$$DATAMANAGER_NAME
#LIBS += -L$$PROJECT_LIB -lgammaAlgorithm
#LIBS += -L$$PWD/lib -larmadillo
#LIBS += -L$$PWD/lib -lblas
#LIBS += -L$$PWD/lib -llapack
DISTFILES += # GammaAnalyALG.pri #\
#helpApat_list.txt \
#msgparse.txt \
#struct_UserData.txt \
#importMsg.txt \
#aatami_start.txt \
#loadCtrlFcn.txt \
#FitFunc.txt \
#loadCtrlGUI.txt \
#setupInit.txt \
#standardsetting.txt \