##// END OF EJS Templates
Add PythonQt*Config.cmake
Add PythonQt*Config.cmake

File last commit:

r165:06bd1a1f31e2
r211:6242b5a89014
Show More
PythonQt_QtBindings.h
10 lines | 207 B | text/x-c | CLexer
#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