libodsstream
config.h
1 
2 #ifndef _CONFIG_H
3 #define _CONFIG_H
4 
5 #define LIBODSSTREAM_VERSION "0.4.13"
6 
7 #define SOFTWARE_NAME "Ods2Csv"
8 
9 #include <QDebug>
10 
11 
12 
13 
14 #endif /* _CONFIG_H */