mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
/usr/lib vs /usr/lib/$arch-linux-gnu
* don't recommend qtchooser * in case that /usr/lib/$arch-linux-gnu don't exists use /usr/lib
This commit is contained in:
parent
ca4acc48bf
commit
ff0e5b8b2c
@ -11,10 +11,6 @@ mocinclude.CONFIG *= fix_target
|
||||
unix: VERSION = 1.7.0
|
||||
DEFINES *= QUPZILLA_VERSION=\\\"""$$VERSION"\\\""
|
||||
|
||||
# Please read BUILD information #
|
||||
# Qt-Version should set in build script with
|
||||
# export QT_SELECT={4|5}
|
||||
|
||||
d_no_system_datapath = $$(NO_SYSTEM_DATAPATH)
|
||||
d_use_webgl = $$(USE_WEBGL)
|
||||
d_kde = $$(KDE) # Backwards compatibility
|
||||
@ -108,7 +104,9 @@ else {
|
||||
|
||||
!mac:unix {
|
||||
binary_folder = /usr/bin
|
||||
library_folder = /usr/lib/$${QT_ARCH}-linux-gnu
|
||||
library_folder = /usr/lib
|
||||
arch_lib_path = /usr/lib/$${QT_ARCH}-linux-gnu
|
||||
exists($$arch_lib_path): library_folder = $$arch_lib_path
|
||||
data_folder = /usr/share/qupzilla
|
||||
launcher_folder = /usr/share/applications
|
||||
icon_folder = /usr/share/pixmaps
|
||||
|
Loading…
Reference in New Issue
Block a user