Warning, /graphics/kst-plot/tests/dirfile_maker/dirfile_maker_new.pro is written in an unsupported language. File is not indexed.

0001 TOPOUT_REL=../..
0002 include($$PWD/$$TOPOUT_REL/kst.pri)
0003 
0004 TEMPLATE = app 
0005 TARGET = $$kstlib(dirfile_maker_new)
0006 DESTDIR = $$OUTPUT_DIR/bin
0007 CONFIG -= precompile_header windows
0008 CONFIG += console
0009 
0010 QT -= core xml gui
0011 
0012 !isEmpty(INSTALL_PREFIX) {
0013   target.path = $$INSTALL_PREFIX/bin
0014   INSTALLS += target
0015 }
0016 
0017 INCLUDEPATH +=
0018 
0019 LIBS += 
0020 
0021 SOURCES += dirfile_maker_new.c
0022 
0023