fix build depend
This commit is contained in:
parent
1a290cc6fd
commit
dab6995a77
|
@ -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格式
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue