File: config.h

package info (click to toggle)
kst 2.0.8-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,844 kB
  • sloc: cpp: 97,086; ansic: 13,364; python: 2,970; sh: 761; yacc: 184; lex: 143; makefile: 141; javascript: 122; xml: 30; perl: 30
file content (14 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#ifndef KST_CONFIG_H
#define KST_CONFIG_H

// obligatory flags
//#define QT_NO_STL
//#define QT_NO_KEYWORDS

#define KSTVERSION  "2.0.x"
#define KST_INSTALL_LIBDIR  "lib"
#define KST_INSTALL_PLUGINS "lib/kst2/plugins"


#endif