File indexing completed on 2024-05-05 04:32:50

0001 
0002 #ifndef KST_CONFIG_H
0003 #define KST_CONFIG_H
0004 
0005 // obligatory flags
0006 //#define QT_NO_STL
0007 //#define QT_NO_KEYWORDS
0008 
0009 #define KSTVERSION  "2.0.x"
0010 #define KST_INSTALL_LIBDIR  "lib"
0011 #define KST_INSTALL_PLUGINS "lib/kst2/plugins"
0012 
0013 
0014 #endif