File: global_sdk.h

package info (click to toggle)
camitk 3.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 391,128 kB
  • ctags: 9,706
  • sloc: cpp: 76,454; xml: 2,665; sh: 287; ansic: 142; makefile: 99; perl: 84; sed: 20
file content (17 lines) | stat: -rw-r--r-- 459 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#undef QT_NO_STL
#undef QT_NO_STL_WCHAR
 
#ifndef NULL
#define NULL    0
#endif

// the PySide global.h file, containing common Qt Python declaration
#include "pyside_global.h"

// subdirectories header files
#include "./actions/global_sdk_actions.h"
#include "./applications/global_sdk_applications.h"
#include "./components/global_sdk_components.h"
#include "./libraries/global_sdk_libraries.h"

// include here the classes you want to be exposed to Python