File: global_sdk.h

package info (click to toggle)
camitk 5.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 358,388 kB
  • sloc: cpp: 86,984; xml: 1,295; sh: 1,280; ansic: 142; makefile: 112; perl: 84; sed: 20
file content (17 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (4)
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