Use qmake dirname function correctly.
It takes a variable name apparently. Change-Id: I9e2e2a0f6f5c42ecf9d07e4ac45954f14676d559 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
parent
3e5b98f4ea
commit
acf9220374
@ -32,7 +32,7 @@ isEmpty(CMAKE_VERSION) {
|
||||
BUILD_DIR = $$replace($$list($$OUT_PWD/build), /, $$QMAKE_DIR_SEP)
|
||||
|
||||
for(d, $$list($$split($$list($$[QMAKE_MKSPECS]), $$DIRLIST_SEPARATOR))) {
|
||||
CMAKE_PREFIX_PATH *= $$dirname($$d)
|
||||
CMAKE_PREFIX_PATH *= $$dirname(d)
|
||||
}
|
||||
|
||||
check.commands = \
|
||||
|
Loading…
Reference in New Issue
Block a user