aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pro
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-05-04 10:52:34 +0200
committerEike Ziller <eike.ziller@qt.io>2020-05-04 10:52:34 +0200
commitbe73f41ad4b0118672f358776a7d3c6bcf244448 (patch)
tree2efc815259b7615d26c9f2c13c6c0e5c385a234b /qtcreator.pro
parent21e9947c218107607f66c3a61b61f2a9da77865e (diff)
parentf553e3d16a4e2c2f4953bdf1dbcfa355c393790f (diff)
Merge remote-tracking branch 'origin/4.12'
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 ff0b546459..02392bc9de 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