Skip to content

Fix build with -DWITH_SIMULATION=FALSE

Heiko Becker requested to merge work/fix-build-without-simulation into master

simulation.qrc isn't added to the build when WITH_SIMULATION is disabled and thus building errors out with "undefined reference to `qInitResources_simulation()'".

Merge request reports