ukui-search/libsearch/libsearch.pro

109 lines
3.6 KiB
Prolog
Raw Normal View History

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
CONFIG += create_pc create_prl no_install_prl
2020-12-30 14:42:04 +08:00
2023-04-21 11:08:08 +08:00
PKGCONFIG += gio-2.0 glib-2.0 gio-unix-2.0 gsettings-qt poppler-qt5 kysdk-qtwidgets lept
2020-12-30 14:42:04 +08:00
CONFIG += c++11 link_pkgconfig no_keywords lrelease
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}\\"'
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
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)
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)
#include(mailsearch/mailsearch.pri)
2021-05-27 21:10:11 +08:00
LIBS += -L$$OUT_PWD/../libchinese-segmentation/ -lchinese-segmentation
LIBS += -lxapian -luchardet -lQt5Xdg -lquazip5 -ltesseract #-L/usr/local/lib/libjemalloc -ljemalloc
2020-12-30 14:42:04 +08:00
SOURCES += \
file-utils.cpp \
global-settings.cpp \
gobject-template.cpp \
libsearch.cpp \
log-utils.cpp
2020-12-30 14:42:04 +08:00
HEADERS += \
common.h \
2020-12-30 14:42:04 +08:00
file-utils.h \
global-settings-private.h \
global-settings.h \
2020-12-30 14:42:04 +08:00
gobject-template.h \
libsearch_global.h \
libsearch.h \
log-utils.h
2020-12-30 14:42:04 +08:00
RESOURCES += \
2023-06-07 11:29:23 +08:00
resource1.qrc
2020-12-30 14:42:04 +08:00
2021-05-27 21:10:11 +08:00
TRANSLATIONS += \
../translations/libukui-search/libukui-search_zh_CN.ts \
../translations/libukui-search/libukui-search_bo_CN.ts
2021-05-27 21:10:11 +08:00
qm_files.path = /usr/share/ukui-search/translations/
qm_files.files = $$OUT_PWD/.qm/*.qm
2023-06-07 11:29:23 +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]
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
2021-01-06 08:57:21 +08:00
INSTALLS += target
header.path = /usr/include/ukui-search
header.files += libsearch_global.h \
plugininterface/*.h \
appdata/application-info.h \
appdata/application-property.h \
appdata/application-property-helper.h \
searchinterface/ukui-search-task.h \
searchinterface/result-item.h \
searchinterface/search-result-property.h
header.files += development-files/header-files/*
INSTALLS += header
2020-12-30 14:42:04 +08:00
}
INCLUDEPATH += $$PWD/../libchinese-segmentation
DEPENDPATH += $$PWD/../libchinese-segmentation
#DISTFILES += \
# ../translations/libsearch/libukui-search_zh_CN.ts