1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00

Fixed building without build_plugins config.

See #262
This commit is contained in:
nowrep 2012-02-20 20:44:00 +01:00
parent ef45a10e50
commit fc3b0ef068

View File

@ -4,7 +4,7 @@ mac {
bundle_target.files += $$PWD/bin/locale
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_target2.files += $$PWD/bin/
@ -35,9 +35,6 @@ mac {
targetlib.files = $$PWD/bin/libqupzilla*
targetlib.path = $$library_folder
targetplugins.files = $$PWD/bin/plugins/*.so
targetplugins.path = "$$library_folder"/qupzilla/
target1.files += $$PWD/bin/locale
target1.files += $$PWD/bin/themes
target1.path = $$data_folder
@ -66,6 +63,13 @@ mac {
ico256.files = $$PWD/linux/hicolor/256x256/apps/qupzilla.png
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
build_plugins {
targetplugins.files = $$PWD/bin/plugins/*.so
targetplugins.path = "$$library_folder"/qupzilla/
INSTALLS += targetplugins
}
}