Remove some useless dependence temporarily.

This commit is contained in:
zhangpengfei 2021-02-20 13:59:06 +08:00
parent 99564b99c5
commit 5b9099c79c
4 changed files with 12 additions and 12 deletions

View File

@ -68,8 +68,8 @@ unix {
INCLUDEPATH += $$PWD/../libchinese-segmentation
DEPENDPATH += $$PWD/../libchinese-segmentation
INCLUDEPATH += $$PWD/../libfriso
DEPENDPATH += $$PWD/../libfriso
#INCLUDEPATH += $$PWD/../libfriso
#DEPENDPATH += $$PWD/../libfriso
#DISTFILES += \
# ../translations/libsearch/libukui-search_zh_CN.ts

View File

@ -22,7 +22,7 @@
#define SEARCHDETAILVIEW_H
#include <QWidget>
#include <QWebEngineView>
//#include <QWebEngineView>
#include "option-view.h"
class SearchDetailView : public QWidget

View File

@ -1,4 +1,4 @@
QT += core gui dbus KWindowSystem xml x11extras webenginewidgets
QT += core gui dbus KWindowSystem xml x11extras
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
@ -67,14 +67,14 @@ qm_files.files = $$OUT_PWD/.qm/*.qm
INSTALLS += qm_files
LIBS += -L$$OUT_PWD/../libsearch -lukui-search \
-L$$OUT_PWD/../libchinese-segmentation -lchinese-segmentation \
-L$$OUT_PWD/../libfriso -lfriso
-L$$OUT_PWD/../libchinese-segmentation -lchinese-segmentation
# -L$$OUT_PWD/../libfriso -lfriso
INCLUDEPATH += $$PWD/../libsearch
DEPENDPATH += $$PWD/../libsearch
INCLUDEPATH += $$PWD/../libfriso
DEPENDPATH += $$PWD/../libfriso
#INCLUDEPATH += $$PWD/../libfriso
#DEPENDPATH += $$PWD/../libfriso
#DISTFILES += \
# ../data/ukui-search-menu.desktop \

View File

@ -2,8 +2,8 @@ TEMPLATE = subdirs
SUBDIRS += $$PWD/libchinese-segmentation \
$$PWD/libsearch \
$$PWD/src \
$$PWD/ukuisearch-systemdbus \
$$PWD/libfriso
$$PWD/ukuisearch-systemdbus
# $$PWD/libfriso
# 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
@ -15,8 +15,8 @@ DEFINES += QT_DEPRECATED_WARNINGS
# 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
libsearch.depends += libchinese-segmentation \
libfriso
libsearch.depends += libchinese-segmentation
# libfriso
src.depends = libsearch
CONFIG += ordered