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

cdb.pri: isEmpty() takes a variable, not a string

parent 97e7b7bb
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ win32 {
contains(QMAKE_CXX, cl) {
CDB_PATH=$$(CDB_PATH)
isEmpty($$CDB_PATH):CDB_PATH="$$(ProgramFiles)/Debugging Tools For Windows/sdk"
isEmpty(CDB_PATH):CDB_PATH="$$(ProgramFiles)/Debugging Tools For Windows/sdk"
!exists($$CDB_PATH):CDB_PATH="$$(ProgramFiles)/Debugging Tools For Windows (x86)/sdk"
!exists($$CDB_PATH):CDB_PATH="$$(ProgramFiles)/Debugging Tools For Windows (x64)/sdk"
......
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