mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
by providing access to the underlying Qt framework. PySide and its complete generation toolchain is available under LGPL license. This allows developers to create Qt and Qt Quick applications in Python programming language at no cost. WWW: http://pyside.org/
10 lines
545 B
Text
10 lines
545 B
Text
--- ./PySide/QtOpenGL/CMakeLists.txt.orig 2011-11-29 15:13:14.000000000 +0100
|
|
+++ ./PySide/QtOpenGL/CMakeLists.txt 2011-12-17 17:12:56.000000000 +0100
|
|
@@ -37,6 +37,7 @@
|
|
${QT_QTCORE_INCLUDE_DIR}
|
|
${QT_QTGUI_INCLUDE_DIR}
|
|
${QT_QTOPENGL_INCLUDE_DIR}
|
|
+ ${GL_INCLUDE_DIR}
|
|
${SHIBOKEN_PYTHON_INCLUDE_DIR}
|
|
${SHIBOKEN_INCLUDE_DIR}
|
|
${libpyside_SOURCE_DIR}
|