Fixed output path for translations to TelldusCenter
This commit is contained in:
parent
be3f08402c
commit
87230c67fc
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ IF (UPDATE_TRANSLATIONS)
|
|||
ELSE (UPDATE_TRANSLATIONS)
|
||||
IF (APPLE)
|
||||
SET_SOURCE_FILES_PROPERTIES(${telldus-center_TS} PROPERTIES
|
||||
OUTPUT_LOCATION ${CMAKE_BINARY_DIR}/TelldusCenter.app/Contents/Resources
|
||||
OUTPUT_LOCATION ${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/TelldusCenter.app/Contents/Resources
|
||||
)
|
||||
ELSEIF (UNIX)
|
||||
SET_SOURCE_FILES_PROPERTIES(${telldus-center_TS} PROPERTIES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue