Odd behaviour of $$basename($$PWD)
General and Desktop
6
Posts
2
Posters
3.5k
Views
1
Watching
-
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: @