Skip to content

Commit

Permalink
use qt 4.8.1 on the mac if possible
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Aug 14, 2012
1 parent 1a93beb commit 3eee5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/desktop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if(NOT WIN32)
if(EXISTS ${QMAKE_QT48_SDK})
set(QT_QMAKE_EXECUTABLE ${QMAKE_QT48_SDK})
else()
set(QMAKE_QT48_SDK "$ENV{HOME}/QtSDK/Desktop/Qt/4.8.0/gcc/bin/qmake")
set(QMAKE_QT48_SDK "$ENV{HOME}/QtSDK/Desktop/Qt/4.8.1/gcc/bin/qmake")
if(EXISTS ${QMAKE_QT48_SDK})
set(QT_QMAKE_EXECUTABLE ${QMAKE_QT48_SDK})
endif()
Expand Down

0 comments on commit 3eee5e2

Please sign in to comment.