[kde-freebsd] patch to x11-toolkits/qt5-quickontrols/pkg-plist
Raphael Kubo da Costa
rakuco at FreeBSD.org
Wed Nov 12 11:15:21 UTC 2014
"T.C.Berner" <tcberner at gmail.com> writes:
> Hi there
>
> There seem to be some qml/png files only installed DEBUG is enabled. Which
> seems wrong.
Nope, that was intentional. qtquickcontrol's src/dialogs/dialogs.pro has
this section, for example:
# In case of a debug build, deploy the QML files too
CONFIG(debug, debug|release): QML_FILES += $$DIALOGS_QML_FILES
If you test your patch with the port being built in release
mode, you'll see that `make check-plist` will fail.
More information about the kde-freebsd
mailing list