aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/app')
-rw-r--r--src/app/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index 55ade01871..270902c549 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -523,6 +523,8 @@ int main(int argc, char **argv)
}
}
+ app.setDesktopFileName("org.qt-project.qtcreator.desktop");
+
// Make sure we honor the system's proxy settings
QNetworkProxyFactory::setUseSystemConfiguration(true);