diff options
author | axis <qt-info@nokia.com> | 2010-07-28 08:21:46 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-07-28 08:23:47 (GMT) |
commit | c4394ce84edbfc41869a77bb3e73a90915cc9df3 (patch) | |
tree | a0afbfcf861b0f80f315261d8de8d83f3b693427 /mkspecs/features/sis_targets.prf | |
parent | 104e9d2b3f8ac981a277cb0d63a1e5be8e352275 (diff) | |
download | Qt-c4394ce84edbfc41869a77bb3e73a90915cc9df3.zip Qt-c4394ce84edbfc41869a77bb3e73a90915cc9df3.tar.gz Qt-c4394ce84edbfc41869a77bb3e73a90915cc9df3.tar.bz2 |
Revert "Fixed a parsing error during sis and runonphone target creation."
This reverts commit ebe6a5238947c30a613b61b521cb0d094efa2d02.
Diffstat (limited to 'mkspecs/features/sis_targets.prf')
-rw-r--r-- | mkspecs/features/sis_targets.prf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/sis_targets.prf b/mkspecs/features/sis_targets.prf index f7e633c..99f5910 100644 --- a/mkspecs/features/sis_targets.prf +++ b/mkspecs/features/sis_targets.prf @@ -4,7 +4,7 @@ GENERATE_SIS_TARGETS = false contains(TEMPLATE, app): GENERATE_SIS_TARGETS = true else:!equals(DEPLOYMENT, default_deployment) { for(dep_item, $$list($$DEPLOYMENT)) { - eval(dep_item_sources = $${dep_item}.sources) + dep_item_sources = $$eval($${dep_item}.sources) !isEmpty(dep_item_sources): GENERATE_SIS_TARGETS = true } } |