[qt] Use desktop GL always

pull/200/head
Hleb Valoshka 2019-01-10 20:49:36 +03:00
parent 45e6a61bcf
commit bf77df0997
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ int main(int argc, char *argv[])
Q_INIT_RESOURCE(icons);
QCoreApplication::setAttribute(Qt::AA_UseDesktopOpenGL);
QCoreApplication::setOrganizationName("Celestia Development Team");
QCoreApplication::setApplicationName("Celestia QT");