mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-14 19:12:11 +01:00
parent
ef45a10e50
commit
fc3b0ef068
14
install.pri
14
install.pri
|
@ -4,7 +4,7 @@ mac {
|
||||||
|
|
||||||
bundle_target.files += $$PWD/bin/locale
|
bundle_target.files += $$PWD/bin/locale
|
||||||
bundle_target.files += $$PWD/bin/themes
|
bundle_target.files += $$PWD/bin/themes
|
||||||
bundle_target.files += $$PWD/bin/plugins
|
build_plugins: bundle_target.files += $$PWD/bin/plugins
|
||||||
bundle_target.path = Contents/Resources
|
bundle_target.path = Contents/Resources
|
||||||
|
|
||||||
bundle_target2.files += $$PWD/bin/
|
bundle_target2.files += $$PWD/bin/
|
||||||
|
@ -35,9 +35,6 @@ mac {
|
||||||
targetlib.files = $$PWD/bin/libqupzilla*
|
targetlib.files = $$PWD/bin/libqupzilla*
|
||||||
targetlib.path = $$library_folder
|
targetlib.path = $$library_folder
|
||||||
|
|
||||||
targetplugins.files = $$PWD/bin/plugins/*.so
|
|
||||||
targetplugins.path = "$$library_folder"/qupzilla/
|
|
||||||
|
|
||||||
target1.files += $$PWD/bin/locale
|
target1.files += $$PWD/bin/locale
|
||||||
target1.files += $$PWD/bin/themes
|
target1.files += $$PWD/bin/themes
|
||||||
target1.path = $$data_folder
|
target1.path = $$data_folder
|
||||||
|
@ -66,6 +63,13 @@ mac {
|
||||||
ico256.files = $$PWD/linux/hicolor/256x256/apps/qupzilla.png
|
ico256.files = $$PWD/linux/hicolor/256x256/apps/qupzilla.png
|
||||||
ico256.path = $$hicolor_folder/256x256/apps
|
ico256.path = $$hicolor_folder/256x256/apps
|
||||||
|
|
||||||
INSTALLS += target targetlib targetplugins target1 target2 target3
|
INSTALLS += target targetlib target1 target2 target3
|
||||||
INSTALLS += ico16 ico32 ico48 ico64 ico128 ico256
|
INSTALLS += ico16 ico32 ico48 ico64 ico128 ico256
|
||||||
|
|
||||||
|
build_plugins {
|
||||||
|
targetplugins.files = $$PWD/bin/plugins/*.so
|
||||||
|
targetplugins.path = "$$library_folder"/qupzilla/
|
||||||
|
|
||||||
|
INSTALLS += targetplugins
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user