From b06fa37a4dbdc29b68b762c512af1e7a2644a7d1 Mon Sep 17 00:00:00 2001 From: Carson Black Date: Wed, 10 Jul 2019 16:53:40 -0400 Subject: [PATCH] update meson.build and i18n.qrc to actually build properly --- i18n.qrc | 1 - meson.build | 12 ------------ 2 files changed, 13 deletions(-) diff --git a/i18n.qrc b/i18n.qrc index 929c22d..f4fe509 100644 --- a/i18n.qrc +++ b/i18n.qrc @@ -1,7 +1,6 @@ - i18n/qml_en.qm i18n/base.qm i18n/qml_de.qm diff --git a/meson.build b/meson.build index bdfc9ac..81ebf37 100644 --- a/meson.build +++ b/meson.build @@ -7,18 +7,6 @@ processed_files = qt5.preprocess(moc_headers: ['include/enabler.h', 'include/lau include_directories: inc, qresources: qresource_files) -lconvert_prog = find_program('lconvert-qt5') -i18n_gen = generator(lconvert_prog, - output: '@BASENAME@.qm', - arguments: ['@INPUT@', '-o', '@OUTPUT@']) - -trans = ['i18n/base.po', 'i18n/qml_de.po', 'i18n/qml_en.po'] -i18n_files = [] - -foreach tran : trans - i18n_files += i18n_gen.process(tran) -endforeach - subdir('src') install_data('org.opensuse.opensuse_welcome.desktop', install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'applications'))