mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
kqtquickcharts: fix installation path
This commit is contained in:
parent
434c3ab452
commit
83f73e1748
1 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'kqtquickcharts'
|
# Template file for 'kqtquickcharts'
|
||||||
pkgname=kqtquickcharts
|
pkgname=kqtquickcharts
|
||||||
version=24.05.1
|
version=24.05.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
|
configure_args="-DBUILD_TESTING=OFF -DKF5_HOST_TOOLING=/usr/lib/cmake
|
||||||
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
|
-DKDE_INSTALL_QTPLUGINDIR=lib/qt5/plugins
|
||||||
-DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
-DKDE_INSTALL_QMLDIR=lib/qt5/qml
|
||||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules"
|
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules"
|
||||||
hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake"
|
hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake"
|
||||||
makedepends="qt5-declarative-devel"
|
makedepends="qt5-declarative-devel"
|
||||||
depends="qt5-quickcontrols2"
|
depends="qt5-quickcontrols2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue