ukui-search/libsearch/libsearch.pro

81 lines
2.3 KiB
Prolog
Raw Normal View History

QT += core xml widgets dbus concurrent
2020-12-30 14:42:04 +08:00
VERSION = 0.0.1
TARGET = ukui-search
TEMPLATE = lib
DEFINES += LIBSEARCH_LIBRARY
2021-04-15 09:19:36 +08:00
PKGCONFIG += gio-2.0 glib-2.0 gio-unix-2.0 gsettings-qt poppler-qt5
2020-12-30 14:42:04 +08:00
CONFIG += c++11 link_pkgconfig no_keywords lrelease
2020-12-30 14:42:04 +08:00
# The following define makes your compiler emit warnings if you use
# any Qt feature that has been marked deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
# You can also make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
include(index/index.pri)
include(parser/parser.pri))
2020-12-30 14:42:04 +08:00
include(appsearch/appsearch.pri)
include(settingsearch/settingsearch.pri))
include(plugininterface/plugininterface.pri)
2020-12-30 14:42:04 +08:00
LIBS += -L$$OUT_PWD/../libchinese-segmentation/ -lchinese-segmentation
LIBS += -lxapian -lquazip5 -luchardet
2020-12-30 14:42:04 +08:00
SOURCES += \
file-utils.cpp \
global-settings.cpp \
gobject-template.cpp \
libsearch.cpp
2020-12-30 14:42:04 +08:00
HEADERS += \
file-utils.h \
global-settings.h \
2020-12-30 14:42:04 +08:00
gobject-template.h \
libsearch_global.h \
libsearch.h
RESOURCES += \
resource1.qrc \
2020-12-30 14:42:04 +08:00
2021-01-29 16:43:46 +08:00
#TRANSLATIONS += \
# ../translations/libsearch/libukui-search_zh_CN.ts
2021-01-29 16:43:46 +08:00
#qm_files.path = /usr/share/ukui-search/translations/libsearch/
#qm_files.files = $$OUT_PWD/.qm/*.qm
2021-01-29 16:43:46 +08:00
#INSTALLS += qm_files
2020-12-30 14:42:04 +08:00
# Default rules for deployment.
unix {
2021-01-06 08:57:21 +08:00
target.path = $$[QT_INSTALL_LIBS]
INSTALLS += target
header.path = /usr/include/ukui-search
header.files += *.h
header_index.path = /usr/include/ukui-search/index
header_index.files = index/*.h
header_appsearch.path = /usr/include/ukui-search/appsearch
header_appsearch.files = appsearch/*.h
header_settingsearch.path = /usr/include/ukui-search/settingsearch
header_settingsearch.files = settingsearch/*.h
INSTALLS += header header_index header_appsearch header_settingsearch
2020-12-30 14:42:04 +08:00
}
2020-12-30 14:42:04 +08:00
#INCLUDEPATH += $$PWD/../libchinese-segmentation
#DEPENDPATH += $$PWD/../libchinese-segmentation
#DISTFILES += \
# ../translations/libsearch/libukui-search_zh_CN.ts