summaryrefslogtreecommitdiffstats
path: root/qmake/property.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-12-08 20:04:43 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-02-12 16:48:08 +0100
commit167c864121eb36aa3ec8b1e869f95257cb4c3bcd (patch)
treef2b8ed534345fd17846534c7c75b46965dced2aa /qmake/property.cpp
parent4ac64f787a2d02b89312f2d20ef0b7bac590940d (diff)
simplify
no need to recalculate a value which we have an own variable for Reviewed-By: mariusSO
Diffstat (limited to 'qmake/property.cpp')
-rw-r--r--qmake/property.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/property.cpp b/qmake/property.cpp
index 34368cd206..cab034f447 100644
--- a/qmake/property.cpp
+++ b/qmake/property.cpp
@@ -104,7 +104,7 @@ QMakeProperty::value(QString v, bool just_check)
else if(v == "QT_INSTALL_DEMOS")
return QLibraryInfo::location(QLibraryInfo::DemosPath);
else if(v == "QMAKE_MKSPECS")
- return qmake_mkspec_paths().join(Option::target_mode == Option::TARG_WIN_MODE ? ";" : ":");
+ return qmake_mkspec_paths().join(Option::dirlist_sep);
else if(v == "QMAKE_VERSION")
return qmake_version();
#ifdef QT_VERSION_STR