# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 if [[ ${PV} == *9999 ]]; then KMNAME="kde-dev-utils" else KMNAME="kdesdk" KMMODULE="kde-dev-utils/${PN}" fi inherit kde4-meta DESCRIPTION="KDE utility that displays and tests UI files generated by Qt Designer." KEYWORDS="" IUSE="debug"