qt_functions.prf: Add missing $$eval
Change-Id: I3d60617bdc887447f433c47ac6af3c1e13756c28 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>bb10
parent
02f70004c2
commit
7e876bfcf7
|
|
@ -291,7 +291,7 @@ defineTest(qtAddTargetEnv) {
|
|||
pluginpath.value =
|
||||
ppaths = $$[QT_INSTALL_PLUGINS/get]
|
||||
for(qplug, QT_PLUGINS): \
|
||||
contains(ptypes, QT_PLUGIN.$${qplug}.TYPE): \
|
||||
contains(ptypes, $$eval(QT_PLUGIN.$${qplug}.TYPE)): \
|
||||
ppaths += $$eval(QT_PLUGIN.$${qplug}.PATH)
|
||||
ppaths = $$unique(ppaths)
|
||||
for(qplug, ppaths) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue