mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
[Fix:] Fixed "make uninstall", it is no longer removing whole
/usr/share/applications and pixmaps directory. Closes #6
This commit is contained in:
parent
2ff570e92c
commit
9994c6aad3
|
@ -300,9 +300,11 @@ unix {
|
|||
target1.files += ../bin/themes
|
||||
target1.path = /usr/share/qupzilla
|
||||
|
||||
target2.files = ../linux/applications
|
||||
target2.files += ../linux/pixmaps
|
||||
target2.path = /usr/share
|
||||
target2.files = ../linux/applications/qupzilla.desktop
|
||||
target2.path = /usr/share/applications
|
||||
|
||||
INSTALLS += target target1 target2
|
||||
target3.files = ../linux/pixmaps/qupzilla.png
|
||||
target3.path = /usr/share/pixmaps
|
||||
|
||||
INSTALLS += target target1 target2 target3
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user