Fix shadow build error for qmltest
Both $$OUT_PWD and $$PWD can't be used here, the real .pro directory should be $$_PRO_FILE_PWD_ Task-number:QTBUG-22169 Change-Id: I0aebfe7503703fe2b264c7c47b828a8fc4ffac47 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
parent
98bd270fb7
commit
ed374ed3ee
@ -8,4 +8,4 @@ QT += declarative qmltest
|
|||||||
load(testcase)
|
load(testcase)
|
||||||
for(import, IMPORTPATH): check.commands += -import \"$$import\"
|
for(import, IMPORTPATH): check.commands += -import \"$$import\"
|
||||||
}
|
}
|
||||||
DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$OUT_PWD\\\"\"
|
DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$_PRO_FILE_PWD_\\\"\"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user