I'll check out what the options are when passing the variables to qmake.
Shabby of me to write the project example with a -D![]()
The problem is if my $UIFCFLAGS is set to "-DPRO_VER1 -DQVFB -DVER_US"
and added to the defines using
DEFINES += $(UIFCFLAGS)
it is expanded to "-D-DPRO_VER1 -DQVFB -DVER_US"
if however it is defined as "PRO_VER1 QVFB VER_US"
it is expanded to
"-DPRO_VER1 QVFB VER_US"
This might just be the option I would end with. I'll check this out. Hopefully I can get this running:w
Bookmarks