genodelabs / genode

Genode OS Framework
https://genode.org/
Other
1.03k stars 249 forks source link

qt5: add `.qmake.conf` to example recipes #5179

Closed cproc closed 3 weeks ago

cproc commented 1 month ago

When the examples from the Qt5 contrib directories are built in the non-depot way, a .qmake.conf file in a parent directory (for example qtbase/.qmake.conf) is implicitly evaluated by qmake. The depot recipes currently do not include this file, which causes some differences with the build results (for example a different directory structure in the build directories).

cproc commented 1 month ago

Fixed by 775e5be.