Skip to content
Snippets Groups Projects
Commit f0794bd0 authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

Fixes: Find CDB on 64 Bit Windows.

parent 6d4d19df
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,10 @@ contains(QMAKE_CXX, cl) {
CDB_PATH="$$(ProgramFiles)/Debugging Tools For Windows/sdk"
!exists ($$CDB_PATH) {
CDB_PATH="$$(ProgramFiles)/Debugging Tools For Windows (x86)/sdk"
}
exists ($$CDB_PATH) {
message("Experimental: Adding support for $$CDB_PATH")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment