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.
15 lines
349 B
Plaintext
15 lines
349 B
Plaintext
# Base
|
|
#@{
|
|
HEADERS += \
|
|
$$PWD/FITKInterfaceGeoIOHDF5API.h \
|
|
$$PWD/FITKAbstractHDF5Adaptor.h \
|
|
$$PWD/FITKInterfaceHDF5AdaptorCommand.h \
|
|
$$PWD/FITKInterfaceHDF5AdaptorDatum.h \
|
|
|
|
SOURCES += \
|
|
$$PWD/FITKAbstractHDF5Adaptor.cpp \
|
|
$$PWD/FITKInterfaceHDF5AdaptorCommand.cpp \
|
|
$$PWD/FITKInterfaceHDF5AdaptorDatum.cpp \
|
|
|
|
#@}
|