File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,11 @@ SOURCES += main.cpp
7
7
RESOURCES += qml.qrc
8
8
9
9
target.path = $$PREFIX /bin
10
- icon.path = $$PREFIX /share/icons/hicolor/512x512
10
+
11
+ icon.path = $$PREFIX /share/icons/hicolor/512x512/apps
11
12
icon.files = QtWebEngineApplication.png
12
13
13
14
desktop_entry.path = $$PREFIX /share/applications
14
15
desktop_entry.files = QtWebEngineApplication.desktop
16
+
15
17
INSTALLS += target icon desktop_entry
Original file line number Diff line number Diff line change @@ -31,11 +31,13 @@ HEADERS += mainwindow.h
31
31
FORMS += mainwindow.ui
32
32
33
33
target.path = $$PREFIX /bin
34
+
34
35
icon.path = $$PREFIX /share/icons/hicolor/512x512/apps
35
36
icon.files = QtWidgetsApplication.png
36
37
37
38
desktop_entry.path = $$PREFIX /share/applications
38
39
desktop_entry.files = QtWidgetsApplication.desktop
40
+
39
41
INSTALLS += target icon desktop_entry
40
42
41
43
RESOURCES += \
You can’t perform that action at this time.
0 commit comments