Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Update library path
  • Loading branch information
dakcarto committed Sep 9, 2013
1 parent 1942239 commit 71558e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindQtMobility.cmake
Expand Up @@ -15,7 +15,7 @@ macro(export_component component)
STRING(TOUPPER ${component} _COMPONENT)
SET(QT_MOBILITY_${_COMPONENT}_FOUND 1)
SET(QT_MOBILITY_${_COMPONENT}_INCLUDE_DIR ${QT_MOBILITY_PARENT_INCLUDE_DIR}/Qt${component})
SET(QT_MOBILITY_${_COMPONENT}_LIBRARY Qt${component})
SET(QT_MOBILITY_${_COMPONENT}_LIBRARY ${QT_LIBRARY_DIR}/libQt${component}.so)
ADD_DEFINITIONS(-DHAVE_QT_MOBILITY_${_COMPONENT})
ENDIF()
ENDIF()
Expand Down

0 comments on commit 71558e6

Please sign in to comment.