Bugzilla Automation <[email protected]> has asked freebsd-kde (Team) <[email protected]> for maintainer-feedback: Bug 268868: x11-toolkits/qt6-declarative: incorrect line in pkg-plist https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268868
--- Description --- The pkg-plist contains strange line: %%QT_QMLDIR%%/Qt/test/controls/objects-Release/QuickControlsTestUtilsPrivate_re sources_1/.rcc/qrc_qmake_Qt_test_controls.cpp.o Let's remove it because: - object files is usually intermediate result of build - path contain hidden directory .rcc, i.e. not public artifact - "objects-Release" looks good for NODEBUG build, but fails in case of WITH_DEBUG=on
