Skip to content
Snippets Groups Projects
Commit 14df9844 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/py-qt-gepetto-pythonqt] build QtAll & extensions

parent 6434d8e6
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
ORG= gepetto ORG= gepetto
NAME= PythonQt NAME= PythonQt
VERSION= 0.0.1 VERSION= 0.0.1
PKGREVISION= 1
DISTNAME= ${NAME}-${VERSION} DISTNAME= ${NAME}-${VERSION}
PKGNAME= ${PKGTAG.python-}${PKGTAG.qt-}${ORG}-pythonqt-${VERSION} PKGNAME= ${PKGTAG.python-}${PKGTAG.qt-}${ORG}-pythonqt-${VERSION}
...@@ -19,6 +20,9 @@ COMMENT= PythonQT temporary fork ...@@ -19,6 +20,9 @@ COMMENT= PythonQT temporary fork
LICENSE= gnu-lgpl-v2.1 LICENSE= gnu-lgpl-v2.1
MAINTAINER= gsaurel@laas.fr MAINTAINER= gsaurel@laas.fr
CMAKE_ARGS+= -DPythonQt_Wrap_QtAll=ON
CMAKE_ARGS+= -DPythonQt_Extensions=ON
include ../../pkgtools/pkg-config/depend.mk include ../../pkgtools/pkg-config/depend.mk
include ../../mk/sysdep/cmake.mk include ../../mk/sysdep/cmake.mk
include ../../mk/sysdep/python.mk include ../../mk/sysdep/python.mk
......
...@@ -23,9 +23,11 @@ include/PythonQt/PythonQtStdOut.h ...@@ -23,9 +23,11 @@ include/PythonQt/PythonQtStdOut.h
include/PythonQt/PythonQtSystem.h include/PythonQt/PythonQtSystem.h
include/PythonQt/PythonQtUtils.h include/PythonQt/PythonQtUtils.h
include/PythonQt/PythonQtVariants.h include/PythonQt/PythonQtVariants.h
include/PythonQt/PythonQt_QtAll.h
include/PythonQt/PythonQt_QtBindings.h include/PythonQt/PythonQt_QtBindings.h
include/PythonQt/gui/PythonQtScriptingConsole.h include/PythonQt/gui/PythonQtScriptingConsole.h
lib/libPythonQt${PYTHON_EXT_SUFFIX} lib/libPythonQt.so
lib/libPythonQt_QtAll.so
${PYTHON_SITELIB}/pythonqt/__init__.py ${PYTHON_SITELIB}/pythonqt/__init__.py
${PYTHON_SITELIB}/pythonqt/matplotlib/__init__.py ${PYTHON_SITELIB}/pythonqt/matplotlib/__init__.py
${PYTHON_SITELIB}/pythonqt/matplotlib/backends/__init__.py ${PYTHON_SITELIB}/pythonqt/matplotlib/backends/__init__.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment