2012-02-18 14:47:38 +01:00
|
|
|
mac {
|
|
|
|
QMAKE_INFO_PLIST = $$PWD/src/Info.plist
|
|
|
|
ICON = $$PWD/src/data/icons/exeicons/qupzilla.icns
|
|
|
|
|
|
|
|
bundle_target.files += $$PWD/bin/locale
|
|
|
|
bundle_target.files += $$PWD/bin/themes
|
2012-02-20 20:44:00 +01:00
|
|
|
build_plugins: bundle_target.files += $$PWD/bin/plugins
|
2012-02-18 14:47:38 +01:00
|
|
|
bundle_target.path = Contents/Resources
|
|
|
|
|
2012-02-20 15:56:26 +01:00
|
|
|
bundle_target2.files += $$PWD/bin/
|
|
|
|
|
2012-02-18 14:47:38 +01:00
|
|
|
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
|
|
|
|
|
2012-02-20 22:34:09 +01:00
|
|
|
INSTALLS += target target1 target2 target3
|
2012-02-18 14:47:38 +01:00
|
|
|
INSTALLS += ico16 ico32 ico48 ico64 ico128 ico256
|
|
|
|
}
|