kqtquickcharts: fix installation path
This commit is contained in:
parent
434c3ab452
commit
83f73e1748
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue