summaryrefslogtreecommitdiff
path: root/qtcreator.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qtcreator.pro')
-rw-r--r--qtcreator.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtcreator.pro b/qtcreator.pro
index f59ec0a332..b17bad660a 100644
--- a/qtcreator.pro
+++ b/qtcreator.pro
@@ -98,10 +98,10 @@ BASENAME = $$(INSTALL_BASENAME)
isEmpty(BASENAME): BASENAME = qt-creator-$${PLATFORM}$(INSTALL_EDITION)-$${QTCREATOR_VERSION}$(INSTALL_POSTFIX)
linux {
- appstream.files = dist/org.qt-project.qtcreator.appdata.xml
+ appstream.files = share/metainfo/org.qt-project.qtcreator.appdata.xml
appstream.path = $$QTC_PREFIX/share/metainfo/
- desktop.files = dist/org.qt-project.qtcreator.desktop
+ desktop.files = share/applications/org.qt-project.qtcreator.desktop
desktop.path = $$QTC_PREFIX/share/applications/
INSTALLS += appstream desktop