You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
389 B
16 lines
389 B
/* 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)
|