You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake: Make sure CONFIG_XXX flags are set properly.
The cmake builds were properly building files that depend on these
libraries (a la the old qt pro files) and were linking against these
libraries, but they weren't setting the CONFIG_XXX variables for
conditionally compiled code in other files. Those variables are now
set properly. Setting the variables exposed a couple of other
problems where libraries weren't linked (or MOC wasn't invoked).
Those problems are fixed as well.
0 commit comments