~ubuntu-branches/ubuntu/jaunty/gtk-qt-engine/jaunty

« back to all changes in this revision

Viewing changes to po/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-06-11 16:16:24 UTC
  • Revision ID: james.westby@ubuntu.com-20080611161624-hay4v4gyuaurxm4n
Tags: 1:0.8-2ubuntu1
* Merge with Debian, remaining changes:
 - use cdbs for patches
 - Add patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        
9
9
        ADD_CUSTOM_COMMAND(
10
10
                OUTPUT ${_out}
11
 
                COMMAND ${MSGFMT_EXECUTABLE} -o ${_out} ${_in}
 
11
                COMMAND ${MSGFMT_EXECUTABLE} -o /${CMAKE_CURRENT_BINARY_DIR}/${_out} /${CMAKE_CURRENT_SOURCE_DIR}/${_in}
12
12
                DEPENDS ${_in}
13
13
        )
14
14
        
15
15
        INSTALL(
16
 
                FILES ${_out}
 
16
                FILES /${CMAKE_CURRENT_BINARY_DIR}/${_out}
17
17
                DESTINATION share/locale/${_file_we}/LC_MESSAGES/
18
18
                RENAME gtkqtengine.mo
19
19
        )