Fix mismatching IF-block
This commit is contained in:
parent
891d8dfdb6
commit
ad60a819de
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ ELSE (UPDATE_TRANSLATIONS)
|
|||
SET_SOURCE_FILES_PROPERTIES(${telldus-center_TS} PROPERTIES
|
||||
OUTPUT_LOCATION ${CMAKE_BINARY_DIR}/TelldusCenter
|
||||
)
|
||||
ENDIF (APPLE)
|
||||
ENDIF ()
|
||||
QT4_ADD_TRANSLATION(telldus-center_QM ${telldus-center_TS})
|
||||
IF (APPLE)
|
||||
INSTALL(FILES ${telldus-center_QM} DESTINATION /Applications/TelldusCenter.app/Contents/Resources)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue