"T.C.Berner" <tcber...@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. _______________________________________________ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information