Switch to unified view

a/src/qtgui/recoll.pro.in b/src/qtgui/recoll.pro.in
1
TEMPLATE        = app
1
TEMPLATE        = app
2
LANGUAGE        = C++
2
LANGUAGE        = C++
3
3
4
VPATH = @srcdir@
4
DEFINES += BUILDING_RECOLL
5
DEFINES += BUILDING_RECOLL
5
6
6
@QMAKE_ENABLE_WEBKIT@ QT += webkit
7
@QMAKE_ENABLE_WEBKIT@ QT += webkit
7
@QMAKE_DISABLE_WEBKIT@ QMAKE_CXXFLAGS += -DRESLIST_TEXTBROWSER -DSNIPPETS_TEXTBROWSER
8
@QMAKE_DISABLE_WEBKIT@ QMAKE_CXXFLAGS += -DRESLIST_TEXTBROWSER -DSNIPPETS_TEXTBROWSER
8
9
...
...
112
  }
113
  }
113
114
114
  LIBS +=  @LIBXAPIAN@ $(LIBXAPIANSTATICEXTRA) \
115
  LIBS +=  @LIBXAPIAN@ $(LIBXAPIANSTATICEXTRA) \
115
       @LIBICONV@ $(BDYNAMIC) @LIBQZEITGEIST@ -lz
116
       @LIBICONV@ $(BDYNAMIC) @LIBQZEITGEIST@ -lz
116
117
117
  INCLUDEPATH += ../common ../index ../internfile ../query ../unac \
118
  INCLUDEPATH += ../common @srcdir@/../common @srcdir@/../index \
118
              ../utils ../aspell ../rcldb ../qtgui ../xaposix \
119
              @srcdir@/../internfile @srcdir@/../query @srcdir@/../unac \
119
              confgui
120
              @srcdir@/../utils @srcdir@/../aspell @srcdir@/../rcldb \
121
              @srcdir@/../qtgui @srcdir@/../xaposix @srcdir@/confgui 
120
  DEPENDPATH += $$INCLUDEPATH
122
  DEPENDPATH += $$INCLUDEPATH
121
}
123
}
122
124
123
UNAME = $$system(uname -s)
125
UNAME = $$system(uname -s)
124
contains( UNAME, [lL]inux ) {
126
contains( UNAME, [lL]inux ) {
...
...
157
  DEFINES += PREFIX=\\\"$$PREFIX\\\"
159
  DEFINES += PREFIX=\\\"$$PREFIX\\\"
158
160
159
 # Installation stuff
161
 # Installation stuff
160
  target.path = "$$PREFIX/bin"
162
  target.path = "$$PREFIX/bin"
161
163
162
  imdata.files = mtpics/*.png
164
  imdata.files = @srcdir@/mtpics/*.png
163
  imdata.path = $$PREFIX/share/recoll/images
165
  imdata.path = $$PREFIX/share/recoll/images
164
  trdata.files = i18n/*.qm
166
  trdata.files = @srcdir@/i18n/*.qm
165
  trdata.path = $$PREFIX/share/recoll/translations
167
  trdata.path = $$PREFIX/share/recoll/translations
166
  desktop.files += ../desktop/recoll-searchgui.desktop
168
  desktop.files += @srcdir@/../desktop/recoll-searchgui.desktop
167
  desktop.path = $$PREFIX/share/applications/
169
  desktop.path = $$PREFIX/share/applications/
168
  icona.files += ../desktop/recoll.png
170
  icona.files += @srcdir@/../desktop/recoll.png
169
  icona.path = $$PREFIX/share/icons/hicolor/48x48/apps/
171
  icona.path = $$PREFIX/share/icons/hicolor/48x48/apps/
170
  iconb.files += ../desktop/recoll.png
172
  iconb.files += @srcdir@/../desktop/recoll.png
171
  iconb.path = $$PREFIX/share/pixmaps/
173
  iconb.path = $$PREFIX/share/pixmaps/
172
  appdata.files = ../desktop/recoll.appdata.xml
174
  appdata.files = @srcdir@/../desktop/recoll.appdata.xml
173
  appdata.path = $$PREFIX/share/appdata/
175
  appdata.path = $$PREFIX/share/appdata/
174
  INSTALLS += target imdata trdata desktop icona iconb appdata
176
  INSTALLS += target imdata trdata desktop icona iconb appdata
175
177
176
  # The recollinstall script used to do the following to install zh_CN as
178
  # The recollinstall script used to do the following to install zh_CN as
177
  # zh. Is this still needed?
179
  # zh. Is this still needed?