summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/incredibuild_xge.prf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-03-22 19:20:18 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-04-12 09:58:36 (GMT)
commitc4dd5b7eb3b8a212d2f80bbca2a2713a57cf1247 (patch)
tree9518ec0064a1daa11bb3fbc947c98255a09f7cb1 /mkspecs/features/incredibuild_xge.prf
parent7f8773a209567fb9c962602b8b1f4ec70e38ea51 (diff)
downloadQt-c4dd5b7eb3b8a212d2f80bbca2a2713a57cf1247.zip
Qt-c4dd5b7eb3b8a212d2f80bbca2a2713a57cf1247.tar.gz
Qt-c4dd5b7eb3b8a212d2f80bbca2a2713a57cf1247.tar.bz2
clean up visual studio identification code
TEMPLATE is (now) reliably prefixed with "vc" when a vs generator is used. Reviewed-by: mariusSO
Diffstat (limited to 'mkspecs/features/incredibuild_xge.prf')
-rw-r--r--mkspecs/features/incredibuild_xge.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/incredibuild_xge.prf b/mkspecs/features/incredibuild_xge.prf
index a81a0cc..97ccc44 100644
--- a/mkspecs/features/incredibuild_xge.prf
+++ b/mkspecs/features/incredibuild_xge.prf
@@ -1,4 +1,4 @@
-contains(TEMPLATE, "vc.*")|contains(TEMPLATE_PREFIX, "vc") {
+contains(TEMPLATE, "vc.*") {
EOC = $$escape_expand(\\n\\t)
# The VCPROJ generator will replace the \r\h with the coded \r\n: &#x0d;&#x0a;