[Bug 212216] devel/qt5-designer: devel/qt5-uitools: Qt5Designer.pc and Qt5UiTools.pc reference non-existent Qt5UiPlugin.pc

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Sep 10 19:37:10 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212216

--- Comment #1 from Tobias C. Berner <tcberner at freebsd.org> ---
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.


More information about the kde-freebsd mailing list