mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
qtcreator: reenable designer
This commit is contained in:
parent
5eef9d4347
commit
4af1ba69ee
1 changed files with 8 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'qtcreator'
|
||||
pkgname=qtcreator
|
||||
version=13.0.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="$(vopt_bool qbs BUILD_QBS) -DWITH_DOCS=ON -DBUILD_WITH_PCH=OFF"
|
||||
hostmakedepends="clang llvm perl pkg-config python3 which
|
||||
qt6-base qt6-tools qtchooser qt6-shadertools qt6-declarative-host-tools"
|
||||
makedepends="qt6-declarative-private-devel qt6-base-private-devel
|
||||
qt6-quick3d-private-devel qt6-svg-devel qt6-plugin-odbc qt6-plugin-sqlite
|
||||
qt6-plugin-pgsql qt6-plugin-mysql qt6-qt5compat-devel
|
||||
qt6-plugin-pgsql qt6-plugin-mysql qt6-qt5compat-devel libsecret-devel
|
||||
qt6-serialport-devel qt6-shadertools-devel
|
||||
clang llvm clang-tools-extra"
|
||||
depends="qt6-plugin-sqlite mesa-dri"
|
||||
|
@ -26,10 +26,15 @@ build_options="qbs"
|
|||
desc_option_qbs="Build vendored Qbs"
|
||||
|
||||
if [ -z "$CROSS_BUILD" ] && [ "$XBPS_TARGET_WORDSIZE" != 32 ]; then
|
||||
makedepends+=" qt6-tools-devel"
|
||||
makedepends+=" qt6-tools-private-devel python3-BeautifulSoup4 python3-lxml
|
||||
qt6-base-doc"
|
||||
build_options_default="qbs"
|
||||
fi
|
||||
|
||||
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" = "64$XBPS_TARGET_WORDSIZE" ]; then
|
||||
makedepends+=" qt6-webengine-devel"
|
||||
fi
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" libexecinfo-devel"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue