1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 18:22:10 +02:00
falkonOfficial/src/install.pri

52 lines
1.6 KiB
Plaintext
Raw Normal View History

mac {
QMAKE_INFO_PLIST = $$PWD/main/Info.plist
ICON = $$PWD/lib/data/icons/exeicons/qupzilla.icns
bundle_target.files += $$PWD/../bin/locale
bundle_target.files += $$PWD/../bin/themes
bundle_target.files += $$PWD/../bin/plugins
bundle_target.path = Contents/Resources
QMAKE_BUNDLE_DATA += bundle_target
}
!mac:unix {
target.path = $$binary_folder
target1.files += $$PWD/../bin/locale
target1.files += $$PWD/../bin/themes
target1.path = $$data_folder
target2.files = $$PWD/../linux/applications/qupzilla.desktop
target2.path = $$launcher_folder
target3.files = $$PWD/../linux/pixmaps/qupzilla.png
target3.path = $$icon_folder
ico16.files = $$PWD/../linux/hicolor/16x16/apps/qupzilla.png
ico16.path = $$hicolor_folder/16x16/apps
ico32.files = $$PWD/../linux/hicolor/32x32/apps/qupzilla.png
ico32.path = $$hicolor_folder/32x32/apps
ico48.files = $$PWD/../linux/hicolor/48x48/apps/qupzilla.png
ico48.path = $$hicolor_folder/48x48/apps
ico64.files = $$PWD/../linux/hicolor/64x64/apps/qupzilla.png
ico64.path = $$hicolor_folder/64x64/apps
ico128.files = $$PWD/../linux/hicolor/128x128/apps/qupzilla.png
ico128.path = $$hicolor_folder/128x128/apps
ico256.files = $$PWD/../linux/hicolor/256x256/apps/qupzilla.png
ico256.path = $$hicolor_folder/256x256/apps
bashcompletion.files = $$PWD/../linux/completion/bash_completion.sh
bashcompletion.path = /etc/bash_completion.d/
INSTALLS += target target1 target2 target3
INSTALLS += ico16 ico32 ico48 ico64 ico128 ico256
INSTALLS += bashcompletion
}