Odd behaviour of $$basename($$PWD)
-
Is it just me or there is something fundametally flawed within qmake?
CHUNK OF PRO FILE
@
message($$PWD)
FILE = $$PWD
message($$basename(FILE))
message($$basename($$PWD))
@QMAKE OUTPUT
@
Project MESSAGE: /Users/ata2/workspace/starlab/plugins/plugin_surfacemesh_io_off
Project MESSAGE: plugin_surfacemesh_io_off
Project MESSAGE: @