aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/windows-msvc.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-09-30 12:07:41 +0200
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-09-30 14:25:45 +0200
commitfdd6cb3195c7845a2b8f32445ab3e38bb951ed60 (patch)
tree1080ef50eecf058b63a72f45686bab163b5da011 /share/qbs/modules/cpp/windows-msvc.qbs
parenta8fdce0655c7e490c0e96b19c40308c4a1582656 (diff)
Change property types from "string" to "path" where applicable.
Change-Id: I09cb3d854d8bd0e95760eae8c0e9a06d760498b4 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'share/qbs/modules/cpp/windows-msvc.qbs')
-rw-r--r--share/qbs/modules/cpp/windows-msvc.qbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qbs/modules/cpp/windows-msvc.qbs b/share/qbs/modules/cpp/windows-msvc.qbs
index ff34148a5..effe15a04 100644
--- a/share/qbs/modules/cpp/windows-msvc.qbs
+++ b/share/qbs/modules/cpp/windows-msvc.qbs
@@ -19,8 +19,8 @@ CppModule {
compilerName: "cl.exe"
property bool generateManifestFiles: true
- property string toolchainInstallPath
- property string windowsSDKPath
+ property path toolchainInstallPath
+ property path windowsSDKPath
property string architecture: qbs.architecture || "x86"
staticLibraryPrefix: ""
dynamicLibraryPrefix: ""