From dab6995a77c726046da6c260a0e7e57b4b22640f Mon Sep 17 00:00:00 2001 From: KevinDuan Date: Tue, 14 Jun 2022 13:56:54 +0800 Subject: [PATCH] fix build depend --- debian/changelog | 6 ++++++ debian/control | 1 - src/src.pro | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 30e86796..081207bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kylin-nm (3.14.0.0+0512-0k1) yangtze; urgency=medium + + * Fix build depend + + -- Kevin Duan Tue, 14 Jun 2022 13:55:32 +0800 + kylin-nm (3.14.0.0+0512-0k0) v101; urgency=medium * 修改为quilt格式 diff --git a/debian/control b/debian/control index 429f574d..24f87c10 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,6 @@ Build-Depends: debhelper (>=9), libkf5networkmanagerqt-dev (>= 5.36.0), libkf5windowsystem-dev, libkysdk-qtwidgets-dev, - libkysec-dev, libnm-dev, libnma-dev, libqt5svg5-dev, diff --git a/src/src.pro b/src/src.pro index 603befdd..883a464e 100644 --- a/src/src.pro +++ b/src/src.pro @@ -35,7 +35,7 @@ INSTALLS += target \ # any feature of Qt which has been marked as 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 WITHKYSEC +DEFINES += QT_DEPRECATED_WARNINGS # You can also make your code fail to compile if you use deprecated APIs. # In order to do so, uncomment the following line.