dtkcore: correctly set library version

This commit is contained in:
John 2019-05-30 22:13:04 +02:00
parent c93779ca95
commit 64da2cda33

View file

@ -3,7 +3,7 @@ pkgname=dtkcore
version=2.0.14
revision=1
build_style=qmake
configure_args="LIB_INSTALL_DIR=/usr/lib/"
configure_args="LIB_INSTALL_DIR=/usr/lib/ VERSION=${version}"
hostmakedepends="qt5-qmake pkg-config"
makedepends="qt5-devel gsettings-qt-devel"
short_desc="Base devlopment tool of all C++/Qt work on Deepin"