Skip to content

Fix nested @ expansion in CMake config file

Volker Krause requested to merge work/fix-dbus-free-android-build into master

Nested @ expansion doesn't work and results in this condition always being expanded to QT_MAJOR_VERSION, which is always true in our builds, thus breaking D-Bus free Android builds.

The workaround isn't pretty, there might be more elegant solutions I'm not aware of, but this should at least unbreak the builds.

Merge request reports