dcourtois / premake-qt

Premake module adding support for Qt to actions (Visual Studio, makefiles, etc.)
Do What The F*ck You Want To Public License
45 stars 11 forks source link

Make path api variable be pathVars #28

Closed Jarod42 closed 1 year ago

Jarod42 commented 1 year ago

Make path api variables be pathVars (with tokens replacement, '%{cfg.objdir}' becomes '$(OBJDIR)' in makefile instead of harcoded path for example).

That might allow, for Code::Blocks which doesn't support per-file configuration different by configuration, to have its token and so identical build command string (even if they substitute differently per configuration).