blob: 46ef1834ca22629d3d3bce1772b229d2b5ee6ec0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
On a minimal QT installation, widgets may not necessarily be
added and it needs to be explicitely done. Modifying ./configure
directly given tarball lacks some files to run eautoreconf.
https://bugs.gentoo.org/831361
--- a/configure
+++ b/configure
@@ -25748,2 +25748,3 @@
qtHaveModule(testlib): QT += testlib
+qtHaveModule(widgets): QT += widgets
percent.target = %
|