Fix mismatching IF-block

This commit is contained in:
Micke Prag 2011-09-07 13:34:59 +00:00
parent 891d8dfdb6
commit ad60a819de

View file

@ -124,7 +124,7 @@ ELSE (UPDATE_TRANSLATIONS)
SET_SOURCE_FILES_PROPERTIES(${telldus-center_TS} PROPERTIES SET_SOURCE_FILES_PROPERTIES(${telldus-center_TS} PROPERTIES
OUTPUT_LOCATION ${CMAKE_BINARY_DIR}/TelldusCenter OUTPUT_LOCATION ${CMAKE_BINARY_DIR}/TelldusCenter
) )
ENDIF (APPLE) ENDIF ()
QT4_ADD_TRANSLATION(telldus-center_QM ${telldus-center_TS}) QT4_ADD_TRANSLATION(telldus-center_QM ${telldus-center_TS})
IF (APPLE) IF (APPLE)
INSTALL(FILES ${telldus-center_QM} DESTINATION /Applications/TelldusCenter.app/Contents/Resources) INSTALL(FILES ${telldus-center_QM} DESTINATION /Applications/TelldusCenter.app/Contents/Resources)