mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
set the qmake excutable path to tell Qt modules where to look
This commit is contained in:
parent
64aa203825
commit
e5accde70d
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ else ()
|
|||
endif ()
|
||||
|
||||
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} ${QT_CMAKE_PREFIX_PATH})
|
||||
message(STATUS "QT_CMAKE_PREFIX_PATH is ${QT_CMAKE_PREFIX_PATH}")
|
||||
set(QT_QMAKE_EXECUTABLE ${QT_CMAKE_PREFIX_PATH}/../../bin/qmake)
|
||||
message(STATUS "QT_QMAKE_EXECUTABLE set to ${QT_QMAKE_EXECUTABLE}")
|
||||
|
||||
# set our OS X deployment target to
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.8)
|
||||
|
|
Loading…
Reference in a new issue