Gentoo-bug: 544108
Package-Manager: portage-2.2.28
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
PYTHON_COMPAT=( python2_7 )
KDE_REQUIRED="never"
-inherit kde4-base python-any-r1
+inherit kde4-base python-any-r1 qmake-utils
DESCRIPTION="Qt4 bindings for the Telepathy logger"
HOMEPAGE="https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt"
src_configure() {
local mycmakeargs=(
-DBUILD_SHARED_LIBS=ON
+ -DQT_QMAKE_EXECUTABLE="$(qt4_get_bindir)/qmake"
)
kde4-base_src_configure
}