From 0fefbadf280889da128da56fd0006f07a49c1944 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Fri, 23 Apr 2021 17:50:04 +0200 Subject: Port to CMake Qt is slowly deprecating QMake. They have stopped building Qt itself with QMake and moved Qt6 to CMake instead. Although QMake is still around, it's clear the focus has shifted and it would be good for applications to switch over to an alternative build system as well So hereby, switch the build system to CMake --- i18n/asteroid-helloworld.desktop.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'i18n/asteroid-helloworld.desktop.h') diff --git a/i18n/asteroid-helloworld.desktop.h b/i18n/asteroid-helloworld.desktop.h index 0ca9be1..d9a8b02 100644 --- a/i18n/asteroid-helloworld.desktop.h +++ b/i18n/asteroid-helloworld.desktop.h @@ -2,4 +2,5 @@ * will be integrated to i18n/.ts files, translated on Weblate and then merged * back with the .desktop.template file into a single .desktop file. */ -QObject::tr("Hello World App"); +//% "Hello World App +qtTrId("id-app-launcher-name"); -- cgit v1.2.3-54-g00ecf