Skip to content

Commit

Permalink
dev-libs/qrosscore: build 9999 with Qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
0xd34df00d authored and Michael Palimaka committed Feb 25, 2017
1 parent f3973a9 commit 61dbd63
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions dev-libs/qrosscore/qrosscore-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

EGIT_REPO_URI="git://github.com/0xd34df00d/Qross.git"
EAPI=6

inherit cmake-utils git-r3

EGIT_REPO_URI="git://github.com/0xd34df00d/Qross.git"

DESCRIPTION="KDE-free version of Kross (core libraries and Qt Script backend)"
HOMEPAGE="https://github.com/0xd34df00d/Qross"

Expand All @@ -17,11 +17,14 @@ KEYWORDS=""
IUSE="debug"

RDEPEND="
dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/designer:4
dev-qt/qtscript:4
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/designer:5
dev-qt/qtscript:5
"
DEPEND="${RDEPEND}"

CMAKE_USE_DIR="${S}/src/qross"

mycmakeargs=( -DUSE_QT5=ON )

0 comments on commit 61dbd63

Please sign in to comment.