Commit 9beac6fd authored by Jocelyn Turcotte's avatar Jocelyn Turcotte
Browse files

Only deploy ffmpegsumo once in debug_and_release


This moves all installs inside the the release-only-with-debug-fallback
block to prevent the debug ffmpegsumo.dll to overwrite the release
one on Windows (and get use for both debug and release builds).

This will use the release version for both instead by default.

This also moves the load(qt_module) call higher to make sure that
build_all is added to CONFIG at that point.

Change-Id: I2584a28e5eaaf5028798703fb387ac2b120d7ea9
Task-number: QTBUG-43348
Reviewed-by: default avatarSimon Hausmann <simon.hausmann@digia.com>
parent ff5ba560
Showing with 53 additions and 51 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment