##// END OF EJS Templates
allow to pass invalid QVariants as QVariant parameter of slots...
allow to pass invalid QVariants as QVariant parameter of slots git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@126 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r13:d46b01f7163a
r90:6da6bce07af7
Show More
com_trolltech_qt_opengl.pri
14 lines | 595 B | text/plain | TextLexer
HEADERS += \
$$PWD/PythonQtWrapper_QGLColormap.h \
$$PWD/PythonQtWrapper_QGLContext.h \
$$PWD/PythonQtWrapper_QGLFramebufferObject.h \
$$PWD/PythonQtWrapper_QGLPixelBuffer.h \
$$PWD/PythonQtWrapper_QGLWidget.h \
SOURCES += \
$$PWD/PythonQtWrapper_QGLColormap.cpp \
$$PWD/PythonQtWrapper_QGLContext.cpp \
$$PWD/PythonQtWrapper_QGLFramebufferObject.cpp \
$$PWD/PythonQtWrapper_QGLPixelBuffer.cpp \
$$PWD/PythonQtWrapper_QGLWidget.cpp \
$$PWD/com_trolltech_qt_opengl_init.cpp