https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212216
--- Comment #1 from Tobias C. Berner <[email protected]> --- There is an upstream fix for another broken pc-file in qttools https://github.com/qt/qttools/commit/29f1668e50d88947200c83287d57bbb47dae07ae I couldn't find one for the qttools/designer one. But the following should clean that up: --- src/designer/src/lib/lib.pro.orig 2016-09-07 10:41:25 UTC +++ src/designer/src/lib/lib.pro @@ -1,7 +1,8 @@ MODULE = designer TARGET = QtDesigner -QT = core-private gui-private widgets-private xml uiplugin +QT = core-private gui-private widgets-private xml +QT_PRIVATE = uiplugin MODULE_PLUGIN_TYPES = designer load(qt_module) -- You are receiving this mail because: You are the assignee for the bug.
