You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
541 B
Plaintext
23 lines
541 B
Plaintext
4 weeks ago
|
HEADERS += \
|
||
|
$$PWD/FITKInterfaceIOAPI.h \
|
||
|
$$PWD/FITKAbstractIO.h \
|
||
|
$$PWD/FITKAbstractTextReader.h \
|
||
|
$$PWD/FITKAbstractTextWriter.h \
|
||
|
$$PWD/FITKAbstractHDF5Reader.h \
|
||
|
$$PWD/FITKAbstractHDF5Writer.h \
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/FITKAbstractIO.cpp \
|
||
|
$$PWD/FITKAbstractTextReader.cpp \
|
||
|
$$PWD/FITKAbstractTextWriter.cpp \
|
||
|
$$PWD/FITKAbstractHDF5Reader.cpp \
|
||
|
$$PWD/FITKAbstractHDF5Writer.cpp \
|
||
|
|
||
|
FORMS += \
|
||
|
# $$PWD/PluginManageDialog.ui \
|
||
|
|
||
|
|
||
|
#RESOURCES += ../qrc/qianfan.qrc
|
||
|
|
||
|
#RC_FILE += ../qrc/qianfan.rc
|
||
|
|