fix #1207
This commit is contained in:
parent
e923436a94
commit
8ed1cccf05
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ int main(int argc, char* argv[]) {
|
|||
#endif
|
||||
|
||||
#if defined(Q_OS_UNIX) && !defined(Q_OS_MACOS)
|
||||
QApplication::setDesktopFileName(APP_REVERSE_NAME + QSL(".desktop"));
|
||||
QApplication::setDesktopFileName(APP_REVERSE_NAME);
|
||||
#endif
|
||||
|
||||
#if defined(QT_STATIC)
|
||||
|
|
Loading…
Add table
Reference in a new issue