summaryrefslogtreecommitdiff
path: root/share/qbs/modules
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-09-30 15:04:07 +0200
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-09-30 15:17:32 +0200
commit366347c5beda3309c2988106f680ac9293f70be6 (patch)
treefc37f0395b098377c8df7be8673403e8d70c932b /share/qbs/modules
parentff78da7ea63625f9d6d4607e94579fec01be8559 (diff)
downloadqbs-366347c5beda3309c2988106f680ac9293f70be6.tar.gz
Change cpp.compilerPath back to a string.
Despite its name, this is not necessarily a path. Change-Id: Ic0f6abe8e4d1ac70a1b0da1aba7c35ea1fe475fb Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'share/qbs/modules')
-rw-r--r--share/qbs/modules/cpp/CppModule.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/modules/cpp/CppModule.qbs b/share/qbs/modules/cpp/CppModule.qbs
index 239e11fd8..f6ca753c1 100644
--- a/share/qbs/modules/cpp/CppModule.qbs
+++ b/share/qbs/modules/cpp/CppModule.qbs
@@ -83,7 +83,7 @@ Module {
property pathList frameworkPaths
property pathList systemFrameworkPaths
property string compilerName
- property path compilerPath: compilerName
+ property string compilerPath: compilerName
property stringList compilerWrapper
property string staticLibraryPrefix
property string dynamicLibraryPrefix