fix build depend

This commit is contained in:
KevinDuan 2022-06-14 13:56:54 +08:00
parent 1a290cc6fd
commit dab6995a77
3 changed files with 7 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
kylin-nm (3.14.0.0+0512-0k1) yangtze; urgency=medium
* Fix build depend
-- Kevin Duan <duankaiwen@kylinos.cn> Tue, 14 Jun 2022 13:55:32 +0800
kylin-nm (3.14.0.0+0512-0k0) v101; urgency=medium
* 修改为quilt格式

1
debian/control vendored
View File

@ -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,

View File

@ -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.