cache the right variable

binary+depends is outdated; it's just command now

Change-Id: Ic4617d760585e53a485920e843627d3f9707d6a9
Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
bb10
Oswald Buddenhagen 2012-09-06 19:05:22 +02:00 committed by Qt by Nokia
parent 939338c273
commit 731e6bece5
1 changed files with 1 additions and 2 deletions

View File

@ -81,7 +81,6 @@ INSTALLS += target
unset(added)
}
include($$TOOL_PRI)
for(var, $$list(binary depends)): \
cache(QT_TOOL.$${MODULE}.$$var, transient)
cache(QT_TOOL.$${MODULE}.command, transient)
}