blob: 00796220bd6794f20db6aeed914335d8c4fa22dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
--- a/gtk-input-context/client-gtk3/client-gtk3.pro
+++ b/gtk-input-context/client-gtk3/client-gtk3.pro
@@ -38,10 +38,6 @@
INSTALLS += target
!disable-gtk-cache-update {
- # need to make sure dynamic linker can find maliit libraries when running gtk-query-module
- ldconfig.extra = ldconfig
- ldconfig.path = . # dummy path
- INSTALLS += ldconfig
DISTRO = $$system(lsb_release -s -i)
DISTRO_VERSION = $$system(lsb_release -s -r)
--- a/gtk-input-context/client-gtk/client-gtk.pro
+++ b/gtk-input-context/client-gtk/client-gtk.pro
@@ -38,10 +38,6 @@
INSTALLS += target
!disable-gtk-cache-update {
- # need to make sure dynamic linker can find maliit libraries when running gtk-query-module
- ldconfig.extra = ldconfig
- ldconfig.path = . # dummy path
- INSTALLS += ldconfig
DISTRO = $$system(lsb_release -s -i)
DISTRO_VERSION = $$system(lsb_release -s -r)
|