1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

[Fix:] Fixed "make uninstall", it is no longer removing whole

/usr/share/applications and pixmaps directory. Closes #6
This commit is contained in:
nowrep 2011-10-13 16:16:01 +02:00
parent 2ff570e92c
commit 9994c6aad3

View File

@ -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
}