Skip to content

Commit

Permalink
use qt 4.8.4 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Feb 12, 2013
1 parent 0bdb819 commit 3f24845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/desktop/CMakeLists.txt
Expand Up @@ -35,7 +35,7 @@ if(NOT WIN32)
endif()
else()
if(NOT QT_QMAKE_EXECUTABLE)
set(QMAKE_QT48_SDK "C:\\Qt\\4.8.3\\bin\\qmake.exe")
set(QMAKE_QT48_SDK "C:\\Qt\\4.8.4\\bin\\qmake.exe")
if(EXISTS ${QMAKE_QT48_SDK})
set(QT_QMAKE_EXECUTABLE ${QMAKE_QT48_SDK})
endif()
Expand Down

0 comments on commit 3f24845

Please sign in to comment.