Warning, /graphics/kst-plot/old_datasources/plankIDEF/planckIDEF.pro is written in an unsupported language. File is not indexed.
0001 include($$PWD/../../../kst.pri) 0002 include($$PWD/../../../datasourceplugin.pri) 0003 0004 TARGET = $$kstlib(kst2data_planckIDEF) 0005 0006 INCLUDEPATH += $$OUTPUT_DIR/src/datasources/fitsimage/tmp 0007 0008 LIBS += -lcfitsio 0009 0010 SOURCES += \ 0011 planckIDEF.cpp 0012 0013 HEADERS += \ 0014 planckIDEF.h 0015 0016 FORMS += planckIDEFconfig.ui