File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -459,7 +459,7 @@ ENGINE_GENERATED_SOURCES = \
459
459
intparam_wrapper \
460
460
itembase_wrapper \
461
461
layer_wrapper \
462
- natron_enum_wrapper \
462
+ natron_wrapper \
463
463
nodecreationproperty_wrapper \
464
464
outputfileparam_wrapper \
465
465
pageparam_wrapper \
Original file line number Diff line number Diff line change @@ -154,14 +154,14 @@ if [ "$QT_VERSION_MAJOR" = 5 ]; then
154
154
esac
155
155
156
156
rm Engine/Qt${QT_VERSION_MAJOR} /NatronEngine/* Gui/Qt${QT_VERSION_MAJOR} /NatronGui/* || true
157
- SHIBOKEN_INCLUDE_PATHS=" -I. -I./Engine -I./Global -Ilibs/OpenFX/include -I${UNIX_SDK_HOME} /include -I${QTDIR} /include -I${UNIX_PYTHON_HOME} /include/python${PYVER} -I${UNIX_PYTHON_HOME} /include/PySide2 -I${UNIX_PYTHON_HOME} /lib/python${PYVER} /site-packages/PySide2/include"
157
+ SHIBOKEN_INCLUDE_PATHS=" -I. -I./Engine -I./Global -Ilibs/OpenFX/include -I${UNIX_SDK_HOME} /include -I${QTDIR} /include -I${QTDIR} /include/QtCore -I ${ UNIX_PYTHON_HOME} /include/python${PYVER} -I${UNIX_PYTHON_HOME} /include/PySide2 -I ${UNIX_PYTHON_HOME} /include/PySide2/QtCore -I ${UNIX_PYTHON_HOME} /include/PySide2/QtGui -I${UNIX_PYTHON_HOME} /lib/python${PYVER} /site-packages/PySide2/include"
158
158
SHIBOKEN_TYPESYSTEM_PATHS=" -T${UNIX_PYTHON_HOME} /share/PySide2/typesystems -T${UNIX_PYTHON_HOME} /lib/python${PYVER} /site-packages/PySide2/typesystems"
159
159
shiboken2 -std=c++17 --avoid-protected-hack --enable-pyside-extensions ${SHIBOKEN_INCLUDE_PATHS} ${SHIBOKEN_TYPESYSTEM_PATHS} --output-directory=Engine/Qt${QT_VERSION_MAJOR} Engine/Pyside2_Engine_Python.h Engine/typesystem_engine.xml
160
160
161
- shiboken2 -std=c++17 --avoid-protected-hack --enable-pyside-extensions ${SHIBOKEN_INCLUDE_PATHS} -I${QTDIR} /include/QtWidgets -I${QTDIR} /include/QtCore ${SHIBOKEN_TYPESYSTEM_PATHS} -T./Engine -T./Shiboken --output-directory=Gui/Qt${QT_VERSION_MAJOR} Gui/Pyside2_Gui_Python.h Gui/typesystem_natronGui.xml
161
+ shiboken2 -std=c++17 --avoid-protected-hack --enable-pyside-extensions ${SHIBOKEN_INCLUDE_PATHS} -I${QTDIR} /include/QtWidgets -I${QTDIR} /include/QtGui -I ${QTDIR} /include/ QtCore ${SHIBOKEN_TYPESYSTEM_PATHS} -T./Engine -T./Shiboken --output-directory=Gui/Qt${QT_VERSION_MAJOR} Gui/Pyside2_Gui_Python.h Gui/typesystem_natronGui.xml
162
162
163
- tools/utils/runPostShiboken2.sh Engine/Qt${QT_VERSION_MAJOR} /NatronEngine natronengine
164
- tools/utils/runPostShiboken2.sh Gui/Qt${QT_VERSION_MAJOR} /NatronGui natrongui
163
+ python3 tools/utils/sourceCleanup.py Engine/typesystem_engine.xml Engine/ Qt${QT_VERSION_MAJOR}
164
+ python3 tools/utils/sourceCleanup.py Gui/typesystem_natronGui.xml Gui/ Qt${QT_VERSION_MAJOR}
165
165
166
166
fi
167
167
You can’t perform that action at this time.
0 commit comments