qt_functions.prf: Add missing $$eval

Change-Id: I3d60617bdc887447f433c47ac6af3c1e13756c28
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
bb10
Dmitry Shachnev 2016-01-02 18:29:15 +03:00
parent 02f70004c2
commit 7e876bfcf7
1 changed files with 1 additions and 1 deletions

View File

@ -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) {