d6da49a186
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> |
||
---|---|---|
.. | ||
Makefile | ||
pkg-descr | ||
pkg-plist |