kqtquickcharts: fix installation path

This commit is contained in:
Luciogi 2024-07-11 09:40:51 +05:00 committed by Đoàn Trần Công Danh
parent 434c3ab452
commit 83f73e1748
1 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
# Template file for 'kqtquickcharts'
pkgname=kqtquickcharts
version=24.05.1
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
-DKDE_INSTALL_QMLDIR=lib/qt6/qml
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules"
configure_args="-DBUILD_TESTING=OFF -DKF5_HOST_TOOLING=/usr/lib/cmake
-DKDE_INSTALL_QTPLUGINDIR=lib/qt5/plugins
-DKDE_INSTALL_QMLDIR=lib/qt5/qml
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules"
hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake"
makedepends="qt5-declarative-devel"
depends="qt5-quickcontrols2"