freebsd-ports/x11-toolkits/qt5-quickcontrols
Raphael Kubo da Costa d6da49a186 Drop %%DEBUG%% from several plist entries.
Those items were added with %%DEBUG%% when we updated Qt to 5.3.2. At the time,
src/dialogs/dialogs.pro had the following excerpt:

    # In case of a debug build, deploy the QML files too
    CONFIG(debug, debug|release): QML_FILES += $$DIALOGS_QML_FILES

but that actually changed in Qt 5.9.0, which dropped the check altogether and
always adds those files to QML_FILES.

Not shipping them causes runtime issues according to the bug report below.

PR:		225347
Submitted by:	Tomasz Kowalczyk <kowalczt@zoho.eu>
2018-01-21 11:46:47 +00:00
..
Makefile Drop %%DEBUG%% from several plist entries. 2018-01-21 11:46:47 +00:00
pkg-descr
pkg-plist Drop %%DEBUG%% from several plist entries. 2018-01-21 11:46:47 +00:00