Fixed correct output path of translation file under Linux
This commit is contained in:
parent
d3b4f68537
commit
a35ee15a15
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ ELSE (UPDATE_TRANSLATIONS)
|
|||
)
|
||||
ELSEIF (UNIX)
|
||||
SET_SOURCE_FILES_PROPERTIES(${telldus-gui_TS} PROPERTIES
|
||||
OUTPUT_LOCATION ${CMAKE_SOURCE_DIR}/TelldusCenter
|
||||
OUTPUT_LOCATION ${CMAKE_BINARY_DIR}/TelldusCenter
|
||||
)
|
||||
ENDIF (APPLE)
|
||||
QT4_ADD_TRANSLATION(telldus-gui_QM ${telldus-gui_TS})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue