Open lmmx opened 10 years ago
echo "$qtbase/bin" and .../lib will just point to /bin and /lib preventing the qmake -r executing later... D'oh !
echo "$qtbase/bin"
.../lib
/bin
/lib
qmake -r
echo "$qtbase/bin"
and.../lib
will just point to/bin
and/lib
preventing theqmake -r
executing later... D'oh !