summaryrefslogtreecommitdiff
path: root/share/qbs/modules/cpp/windows-msvc.qbs
diff options
context:
space:
mode:
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: ""