##// END OF EJS Templates
integrated changes from https://github.com/commontk/PythonQt#patched-2 updated main CMakeLists.txt added generator/CMakeLists.txt git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@243 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r165:06bd1a1f31e2
r202:ca58bd51b222
Show More
PythonQt_QtBindings.h
10 lines | 207 B | text/x-c | CLexer
florianlink
merged contributions from https://github.com/commontk/PythonQt/compare/svn-mirror...patched...
r165 #ifndef _PYTHONQT_QTBINDINGS_H
#define _PYTHONQT_QTBINDINGS_H
#include "PythonQtSystem.h"
/// Initialize Qt bindings enabled at configuration time
PYTHONQT_EXPORT void PythonQt_init_QtBindings();
#endif