|
a/src/qtgui/recoll.pro.in |
|
b/src/qtgui/recoll.pro.in |
|
... |
|
... |
81 |
MOC_DIR = .moc
|
81 |
MOC_DIR = .moc
|
82 |
OBJECTS_DIR = .obj
|
82 |
OBJECTS_DIR = .obj
|
83 |
# Note: libdir may be substituted with sthing like $(exec_prefix)/lib
|
83 |
# Note: libdir may be substituted with sthing like $(exec_prefix)/lib
|
84 |
# at this point and will go as such in the Makefile. Expansion will be
|
84 |
# at this point and will go as such in the Makefile. Expansion will be
|
85 |
# completed at make time.
|
85 |
# completed at make time.
|
86 |
LIBS += $(BSTATIC) -L../lib -lrecoll -Wl,-rpath=@libdir@/recoll \
|
86 |
LIBS += $(BSTATIC) -L../lib -lrecoll
|
|
|
87 |
|
|
|
88 |
!macx {
|
|
|
89 |
LIBS += -Wl,-rpath=@libdir@/recoll
|
|
|
90 |
}
|
|
|
91 |
|
87 |
@LIBXAPIAN@ $(LIBXAPIANSTATICEXTRA) \
|
92 |
LIBS += @LIBXAPIAN@ $(LIBXAPIANSTATICEXTRA) \
|
88 |
@LIBICONV@ $(BDYNAMIC) @LIBQZEITGEIST@ -lz
|
93 |
@LIBICONV@ $(BDYNAMIC) @LIBQZEITGEIST@ -lz
|
89 |
|
94 |
|
90 |
INCLUDEPATH += ../common ../index ../internfile ../query ../unac \
|
95 |
INCLUDEPATH += ../common ../index ../internfile ../query ../unac \
|
91 |
../utils ../aspell ../rcldb ../qtgui \
|
96 |
../utils ../aspell ../rcldb ../qtgui \
|
92 |
confgui
|
97 |
confgui
|
|
... |
|
... |
101 |
|
106 |
|
102 |
contains( UNAME, SunOS ) {
|
107 |
contains( UNAME, SunOS ) {
|
103 |
LIBS += -ldl
|
108 |
LIBS += -ldl
|
104 |
}
|
109 |
}
|
105 |
|
110 |
|
|
|
111 |
macx {
|
|
|
112 |
ICON = images/recoll.icns
|
|
|
113 |
}
|
|
|
114 |
|
106 |
TRANSLATIONS = \
|
115 |
TRANSLATIONS = \
|
107 |
i18n/recoll_cs.ts \
|
116 |
i18n/recoll_cs.ts \
|
108 |
i18n/recoll_de.ts \
|
117 |
i18n/recoll_de.ts \
|
109 |
i18n/recoll_el.ts \
|
118 |
i18n/recoll_el.ts \
|
110 |
i18n/recoll_es.ts \
|
119 |
i18n/recoll_es.ts \
|