Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 577574 | Differences between
and this patch

Collapse All | Expand All

(-)/var/portage/repository/qt/dev-qt/qtwebkit/qtwebkit-5.6.0.ebuild (+10 lines)
Lines 105-109 Link Here
105
	# bug 458222
105
	# bug 458222
106
	sed -i -e '/SUBDIRS += examples/d' Source/QtWebKit.pro || die
106
	sed -i -e '/SUBDIRS += examples/d' Source/QtWebKit.pro || die
107
107
108
	echo "INCLUDEPATH += ../../../include/QtWebKit/5.6.0/QtWebKit ../../../include/QtWebKit/" >> Source/WebKit/qt/declarative/public.pri
109
	echo "INCLUDEPATH += ../../../../include/QtWebKit/5.6.0/QtWebKit ../../../../include/QtWebKit/" >> Source/WebKit/qt/declarative/experimental/experimental.pri
110
111
	/usr/lib/qt5/bin/syncqt.pl -private -version 5.6.0 Source
108
	qt5-build_src_prepare
112
	qt5-build_src_prepare
109
}
113
}
114
115
src_install(){
116
	qt5_foreach_target_subdir emake INSTALL_ROOT="${D}" install_subtargets
117
	qt5-build_src_install
118
}
119

Return to bug 577574