mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2025-06-01 20:59:51 +08:00
fix: compilation error on Ubuntu
add QtDBus module in .pro, for older version Dtk5 didn't include this module correctly Log: add QtDBus module in .pro
This commit is contained in:
parent
64d5e51ef3
commit
c18a5b5b36
20
debian/control
vendored
20
debian/control
vendored
@ -6,14 +6,10 @@ Build-Depends:
|
|||||||
debhelper (>= 9),
|
debhelper (>= 9),
|
||||||
pkg-config,
|
pkg-config,
|
||||||
qtchooser (>= 55-gc9562a1-1~),
|
qtchooser (>= 55-gc9562a1-1~),
|
||||||
libqt5core5a,
|
qtbase5-dev,
|
||||||
libqt5gui5,
|
|
||||||
libqt5widgets5,
|
|
||||||
libqt5concurrent5,
|
|
||||||
libqt5dbus5,
|
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
qtwebengine5-dev,
|
qtwebengine5-dev,
|
||||||
qttools5-private-dev,
|
qttools5-dev-tools,
|
||||||
libdtkcore-dev (>= 5.0),
|
libdtkcore-dev (>= 5.0),
|
||||||
libdtkgui-dev (>= 5.0),
|
libdtkgui-dev (>= 5.0),
|
||||||
libdtkwidget-dev (>= 5.0)
|
libdtkwidget-dev (>= 5.0)
|
||||||
@ -23,17 +19,7 @@ Homepage: https://gitee.com/deepin-community-store/spark-web-app-runtime
|
|||||||
|
|
||||||
Package: spark-webapp-runtime
|
Package: spark-webapp-runtime
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends:${shlibs:Depends}, ${misc:Depends},
|
Depends:${shlibs:Depends}, ${misc:Depends}
|
||||||
libqt5core5a,
|
|
||||||
libqt5gui5,
|
|
||||||
libqt5widgets5,
|
|
||||||
libqt5concurrent5,
|
|
||||||
libqt5dbus5,
|
|
||||||
libqt5svg5,
|
|
||||||
libqt5webenginewidgets5(>= 5.15),
|
|
||||||
libdtkcore5,
|
|
||||||
libdtkgui5,
|
|
||||||
libdtkwidget5
|
|
||||||
Conflicts: store.spark-app.spark-webapp-runtime
|
Conflicts: store.spark-app.spark-webapp-runtime
|
||||||
Provides: store.spark-app.spark-webapp-runtime
|
Provides: store.spark-app.spark-webapp-runtime
|
||||||
Replaces: store.spark-app.spark-webapp-runtime
|
Replaces: store.spark-app.spark-webapp-runtime
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
QT += core gui webenginewidgets concurrent
|
QT += core gui webenginewidgets concurrent dbus
|
||||||
|
|
||||||
greaterThan(QT_MAJOR_VERSION, 5): QT += widgets
|
greaterThan(QT_MAJOR_VERSION, 5): QT += widgets
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user