File: LXQtLibTranslationLoader.cpp.in

package info (click to toggle)
lxqt-build-tools-qt5 0.13.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: sh: 203; perl: 42; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* This file has been generated by the CMake lxqt_app_translation_loader().
 * It loads LXQt libraries translations.
 *
 * Attention: All changes will be overwritten!!!
 */

#include <QCoreApplication>
#include <LXQt/Translator>

static void loadLibTranslation()
{
    LXQt::Translator::translateLibrary(QStringLiteral("@catalog_name@"));
}

Q_COREAPP_STARTUP_FUNCTION(loadLibTranslation)