rockbox/utils/cmake
Dominik Riebeling 430999e399 utils: Work around windeployqt bug.
For Qt versions less than 5.14 MinGW windeployqt requires passing
--release or --debug to pick the correct libs to deploy. For newer
version this must not be passed, or otherwise windeployqt errors out.

Use a conditional expression to only add the parameter for older Qt
versions.

Change-Id: I7afe2b77e9829e989adaeeb7c7499d5955926da2
2022-03-13 16:20:10 +01:00
..
deploy.cmake utils: Work around windeployqt bug. 2022-03-13 16:20:10 +01:00
download.cmake rbutil: Deploy support in cmake. 2021-12-25 17:47:14 +01:00
gitversion.cmake rbutil: Create git version information at build time. 2021-12-25 17:47:14 +01:00
QtTest.cmake cmake: Disable QtTest discovery when cross compiling. 2021-12-28 17:57:04 +01:00
QtTestAddTests.cmake cmake: Add QtTest test discovery module. 2021-12-28 17:57:04 +01:00