Skip to content

Commit

Permalink
Skip Qml
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 18, 2022
1 parent 4847738 commit 2583ca3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
3 changes: 1 addition & 2 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ XVFB_RUN=""
if test `uname` = "Linux"
then
XVFB_RUN="xvfb-run -s '-screen 0 640x480x24'"
#ldd $PREFIX/lib/qt6/plugins/platforms/libqxcb.so
fi

pushd sources/shiboken6
Expand Down Expand Up @@ -33,13 +32,13 @@ then
-DCMAKE_RANLIB=$BUILD_PREFIX/bin/${CONDA_TOOLCHAIN_BUILD}-ranlib \
-DCMAKE_INSTALL_PREFIX=${BUILD_PREFIX} \
-DBUILD_TESTS=OFF \
-DZPYTHON_EXECUTABLE=${BUILD_PREFIX}/bin/python \
..
cmake --build . --target install
mv _hidden $BUILD_PREFIX/${HOST}
)
rm -r build_native
CMAKE_ARGS="${CMAKE_ARGS} -DQFP_SHIBOKEN_HOST_PATH=${BUILD_PREFIX} -DQT_HOST_PATH=${BUILD_PREFIX} -DQFP_PYTHON_HOST_PATH=${BUILD_PREFIX}/bin/python"
CMAKE_ARGS="${CMAKE_ARGS} -DDISABLE_QtQuickWidgets=TRUE -DDISABLE_QtQuickControls2=TRUE -DDISABLE_QtQuick=TRUE -DDISABLE_QtQml=TRUE"
fi

mkdir build && cd build
Expand Down
13 changes: 9 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,25 +160,30 @@ test:
#- PySide6.QtDesigner
- PySide6.QtGui
- PySide6.QtHelp
#- PySide6.QtHttpServer
- PySide6.QtMultimedia
- PySide6.QtMultimediaWidgets
- PySide6.QtNetwork
- PySide6.QtNetworkAuth
#- PySide6.QtNfc
- PySide6.QtOpenGL
- PySide6.QtOpenGLWidgets
#- PySide6.QtPdf
#- PySide6.QtPdfWidgets
- PySide6.QtPositioning
- PySide6.QtPrintSupport
- PySide6.QtQml
- PySide6.QtQuick
#- PySide6.QtQml
#- PySide6.QtQuick
#- PySide6.QtQuick3D
- PySide6.QtQuickControls2
- PySide6.QtQuickWidgets
#- PySide6.QtQuickControls2
#- PySide6.QtQuickWidgets
#- PySide6.QtRemoteObjects
#- PySide6.QtScript
#- PySide6.QtScriptTools
- PySide6.QtScxml
- PySide6.QtSensors
- PySide6.QtSerialPort
- PySide6.QtSpatialAudio
- PySide6.QtSql
- PySide6.QtStateMachine
- PySide6.QtSvg
Expand Down

0 comments on commit 2583ca3

Please sign in to comment.