2022-06-13 13:38:47 +08:00
|
|
|
QT += core xml widgets dbus concurrent sql KWindowSystem
|
|
|
|
VERSION = 2.3.0
|
2021-05-03 00:21:36 +08:00
|
|
|
DEFINES += VERSION='\\"$${VERSION}\\"'
|
2020-12-30 14:42:04 +08:00
|
|
|
|
|
|
|
TARGET = ukui-search
|
|
|
|
TEMPLATE = lib
|
|
|
|
DEFINES += LIBSEARCH_LIBRARY
|
2022-01-18 17:43:13 +08:00
|
|
|
CONFIG += create_pc create_prl no_install_prl
|
2020-12-30 14:42:04 +08:00
|
|
|
|
2022-07-06 14:29:05 +08:00
|
|
|
PKGCONFIG += gio-2.0 glib-2.0 gio-unix-2.0 gsettings-qt poppler-qt5 kysdk-qtwidgets
|
2020-12-30 14:42:04 +08:00
|
|
|
|
2021-01-25 19:16:22 +08:00
|
|
|
CONFIG += c++11 link_pkgconfig no_keywords lrelease
|
2022-01-18 17:43:13 +08:00
|
|
|
QMAKE_CXXFLAGS += -Werror=return-type -Werror=return-local-addr -Werror=uninitialized
|
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
|
|
|
|
|
2021-05-03 00:21:36 +08:00
|
|
|
PLUGIN_INSTALL_DIRS = $$[QT_INSTALL_LIBS]/ukui-search-plugins
|
|
|
|
DEFINES += PLUGIN_INSTALL_DIRS='\\"$${PLUGIN_INSTALL_DIRS}\\"'
|
2022-01-18 17:43:13 +08:00
|
|
|
QMAKE_CXXFLAGS += -execution-charset:utf-8
|
2021-05-03 00:21:36 +08:00
|
|
|
|
2020-12-30 14:42:04 +08:00
|
|
|
# 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
|
2022-07-29 11:22:53 +08:00
|
|
|
include(filesystemwatcher/file-system-watcher.pri)
|
2021-05-27 21:10:11 +08:00
|
|
|
include(pluginmanage/plugin-manager.pri)
|
|
|
|
include(plugininterface/plugin-interface.pri)
|
2020-12-30 14:42:04 +08:00
|
|
|
include(index/index.pri)
|
2021-08-26 08:20:38 +08:00
|
|
|
include(parser/parser.pri)
|
2020-12-30 14:42:04 +08:00
|
|
|
include(appsearch/appsearch.pri)
|
2022-02-11 11:06:10 +08:00
|
|
|
include(appdata/appdata.pri)
|
2021-08-26 08:20:38 +08:00
|
|
|
include(notesearch/notesearch.pri)
|
2021-08-26 11:28:39 +08:00
|
|
|
include(settingsearch/settingsearch.pri)
|
2021-10-27 11:37:55 +08:00
|
|
|
include(websearch/websearch.pri)
|
2021-12-28 15:56:41 +08:00
|
|
|
include(searchinterface/search-interface.pri)
|
2022-03-01 10:37:03 +08:00
|
|
|
include(dirwatcher/dirwatcher.pri)
|
2021-11-25 09:14:40 +08:00
|
|
|
include(mailsearch/mailsearch.pri)
|
2021-05-27 21:10:11 +08:00
|
|
|
|
2021-01-06 17:42:35 +08:00
|
|
|
LIBS += -L$$OUT_PWD/../libchinese-segmentation/ -lchinese-segmentation
|
2022-03-08 14:50:48 +08:00
|
|
|
LIBS += -lxapian -luchardet -lQt5Xdg -lquazip5 -ltesseract #-L/usr/local/lib/libjemalloc -ljemalloc
|
2020-12-30 14:42:04 +08:00
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
file-utils.cpp \
|
2021-01-04 14:21:45 +08:00
|
|
|
global-settings.cpp \
|
2020-12-31 21:14:13 +08:00
|
|
|
gobject-template.cpp \
|
|
|
|
libsearch.cpp
|
2020-12-30 14:42:04 +08:00
|
|
|
|
|
|
|
HEADERS += \
|
2022-06-28 11:20:36 +08:00
|
|
|
app-db-common.h \
|
2022-07-04 17:38:59 +08:00
|
|
|
app-info-dbus-argument.h \
|
2021-05-13 11:17:07 +08:00
|
|
|
common.h \
|
2020-12-30 14:42:04 +08:00
|
|
|
file-utils.h \
|
2021-01-04 14:21:45 +08:00
|
|
|
global-settings.h \
|
2020-12-30 14:42:04 +08:00
|
|
|
gobject-template.h \
|
|
|
|
libsearch_global.h \
|
2022-07-29 11:22:53 +08:00
|
|
|
libsearch.h
|
2020-12-30 14:42:04 +08:00
|
|
|
|
|
|
|
RESOURCES += \
|
2020-12-31 21:14:13 +08:00
|
|
|
resource1.qrc \
|
2020-12-30 14:42:04 +08:00
|
|
|
|
2021-05-27 21:10:11 +08:00
|
|
|
TRANSLATIONS += \
|
2022-07-18 16:34:26 +08:00
|
|
|
../translations/libukui-search/libukui-search_zh_CN.ts \
|
|
|
|
../translations/libukui-search/libukui-search_bo_CN.ts
|
2021-01-12 11:09:26 +08:00
|
|
|
|
2021-05-27 21:10:11 +08:00
|
|
|
qm_files.path = /usr/share/ukui-search/translations/
|
|
|
|
qm_files.files = $$OUT_PWD/.qm/*.qm
|
2021-01-12 11:09:26 +08:00
|
|
|
|
2021-05-27 21:10:11 +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]
|
2022-01-18 17:43:13 +08:00
|
|
|
QMAKE_PKGCONFIG_NAME = ukui-search
|
|
|
|
QMAKE_PKGCONFIG_DESCRIPTION = Ukui-search Header files
|
|
|
|
QMAKE_PKGCONFIG_VERSION = $$VERSION
|
|
|
|
QMAKE_PKGCONFIG_LIBDIR = $$target.path
|
|
|
|
QMAKE_PKGCONFIG_DESTDIR = pkgconfig
|
|
|
|
QMAKE_PKGCONFIG_INCDIR = /usr/include/ukui-search
|
|
|
|
QMAKE_PKGCONFIG_CFLAGS += -I/usr/include/ukui-search
|
|
|
|
QMAKE_PKGCONFIG_REQUIRES = Qt5Widgets glib-2.0 gio-2.0 gio-unix-2.0 poppler-qt5 gsettings-qt
|
|
|
|
|
2021-01-06 08:57:21 +08:00
|
|
|
INSTALLS += target
|
|
|
|
|
|
|
|
header.path = /usr/include/ukui-search
|
2022-01-18 17:43:13 +08:00
|
|
|
header.files += *.h index/*.h appsearch/*.h settingsearch/*.h plugininterface/*.h websearch/*.h \
|
|
|
|
searchinterface/ukui-search-task.h \
|
2022-06-13 13:38:47 +08:00
|
|
|
appdata/app-info-table.h \
|
2022-01-18 17:43:13 +08:00
|
|
|
searchinterface/search-controller.h \
|
2022-08-19 10:58:29 +08:00
|
|
|
searchinterface/result-item.h \
|
|
|
|
filesystemwatcher/file-system-watcher.h
|
2022-01-18 17:43:13 +08:00
|
|
|
header.files += development-files/header-files/*
|
|
|
|
|
2021-05-07 20:48:15 +08:00
|
|
|
INSTALLS += header
|
2020-12-30 14:42:04 +08:00
|
|
|
}
|
2021-05-07 20:48:15 +08:00
|
|
|
INCLUDEPATH += $$PWD/../libchinese-segmentation
|
|
|
|
DEPENDPATH += $$PWD/../libchinese-segmentation
|
2021-01-25 19:16:22 +08:00
|
|
|
|
|
|
|
#DISTFILES += \
|
|
|
|
# ../translations/libsearch/libukui-search_zh_CN.ts
|