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

0001 TEMPLATE = subdirs
0002 CONFIG += ordered qt thread
0003 
0004 SUBDIRS += \
0005     src/libkst \
0006     src/libkstmath \
0007     src/datasources \
0008     src/widgets \
0009     src/libkstapp \
0010     src/kst
0011 
0012 !macx:SUBDIRS += \
0013     src/d2asc \
0014     src/plugins \
0015     tests
0016 
0017 !win32-msvc*:SUBDIRS += tests/dirfile_maker