2012-02-23 19:18:08 +01:00
|
|
|
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
|
2012-02-24 21:03:44 +01:00
|
|
|
bundle_target.files += $$PWD/../bin/plugins
|
2012-02-23 19:18:08 +01:00
|
|
|
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
|
|
|
|
|
2013-03-16 09:34:01 +01:00
|
|
|
bashcompletion.files = $$PWD/../linux/completion/qupzilla
|
|
|
|
bashcompletion.path = /usr/share/bash-completion/completions
|
2013-03-04 13:23:04 +01:00
|
|
|
|
|
|
|
|
2012-02-23 19:18:08 +01:00
|
|
|
INSTALLS += target target1 target2 target3
|
|
|
|
INSTALLS += ico16 ico32 ico48 ico64 ico128 ico256
|
2013-03-04 13:23:04 +01:00
|
|
|
INSTALLS += bashcompletion
|
2012-02-23 19:18:08 +01:00
|
|
|
}
|