K 10 svn:author V 6 rakuco K 8 svn:date V 27 2018-01-21T11:46:47.710236Z K 7 svn:log V 556 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 END