From b99ec3f4d2ff365931b18597babefb875a759d61 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 28 Oct 2009 17:50:36 +0100 Subject: [PATCH] Add missed cmake/ folder in previous commit. --- cmake/modules/QuasselMacros.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/modules/QuasselMacros.cmake b/cmake/modules/QuasselMacros.cmake index 5657c8a1..8d05417e 100644 --- a/cmake/modules/QuasselMacros.cmake +++ b/cmake/modules/QuasselMacros.cmake @@ -19,8 +19,8 @@ endmacro(setup_qt4_variables) # This generates a .qm from a .po file macro(generate_qm outvar basename) - set(input ${CMAKE_SOURCE_DIR}/i18n/${basename}.po) - set(output ${CMAKE_BINARY_DIR}/i18n/${basename}.qm) + set(input ${CMAKE_SOURCE_DIR}/po/${basename}.po) + set(output ${CMAKE_BINARY_DIR}/po/${basename}.qm) add_custom_command(OUTPUT ${output} COMMAND ${QT_LCONVERT_EXECUTABLE} ARGS -i ${input} -- 2.20.1