Parent:
[2df531]
(diff)
Child:
[b8f3b2]
(diff)
Download this file
recoll.pro.in
70 lines (58 with data), 1.3 kB
TEMPLATE = app
LANGUAGE = C++
CONFIG += qt warn_on thread release debug
HEADERS += \
advsearch_w.h \
spell_w.h \
preview_w.h \
rclmain_w.h \
reslist.h \
sort_w.h \
ssearch_w.h \
uiprefs_w.h
SOURCES += \
guiutils.cpp \
idxthread.cpp \
main.cpp \
plaintorich.cpp \
rclmain_w.cpp \
reslist.cpp \
advsearch_w.cpp \
spell_w.cpp \
preview_w.cpp \
sort_w.cpp \
ssearch_w.cpp \
uiprefs_w.cpp
FORMS = \
advsearch.ui \
spell.ui \
preview.ui \
rclmain.ui \
sort.ui \
ssearchb.ui \
uiprefs.ui
IMAGES = images/asearch.png \
images/history.png \
images/d_nextpage.png \
images/nextpage.png \
images/d_prevpage.png \
images/prevpage.png \
images/sortparms.png \
images/d_spell.png \
images/spell.png
unix {
UI_DIR = .ui
MOC_DIR = .moc
OBJECTS_DIR = .obj
DEFINES += RECOLL_DATADIR=\"@QTRECOLL_DATADIR@\"
LIBS += ../lib/librcl.a ../bincimapmime/libmime.a \
$(BSTATIC) @LIBXAPIAN@ @LIBICONV@ $(BDYNAMIC) \
-lz
INCLUDEPATH += ../common ../index ../query ../unac ../utils ../aspell
POST_TARGETDEPS = ../lib/librcl.a
}
UNAME = $$system(uname -s)
contains( UNAME, [lL]inux ) {
LIBS -= -liconv
}
TRANSLATIONS = i18n/recoll_fr.ts i18n/recoll_ru.ts i18n/recoll_uk.ts