X-Git-Url: https://git.sur5r.net/?p=fstl;a=blobdiff_plain;f=src%2Fmain.cpp;fp=src%2Fmain.cpp;h=4ec872275b0eef795c7c68c6751392babe3be565;hp=4b76222110f3f3fa97c1793b78626e2f6db32537;hb=dd4a156f8787b310568d82161bddd478b0938499;hpb=0da9fdf2b9623665a991990e57485a007645eba6 diff --git a/src/main.cpp b/src/main.cpp index 4b76222..4ec8722 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,6 +4,10 @@ int main(int argc, char *argv[]) { + QCoreApplication::setOrganizationName("fstl-app"); + QCoreApplication::setOrganizationDomain("https://github.com/fstl-app/fstl"); + QCoreApplication::setApplicationName("fstl"); + QCoreApplication::setApplicationVersion(FSTL_VERSION); App a(argc, argv); return a.exec(); }