mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-17 15:22:10 +08:00
scons: remove QtMultimedia lib and include path from build configuration (#33358)
remove multimedia old-commit-hash: 61abc05c8b178436513f29fbffa19dd44091b44d
This commit is contained in:
+1
-1
@@ -269,7 +269,7 @@ Export('envCython', 'np_version')
|
||||
|
||||
# Qt build environment
|
||||
qt_env = env.Clone()
|
||||
qt_modules = ["Widgets", "Gui", "Core", "Network", "Concurrent", "Multimedia", "Quick", "Qml", "QuickWidgets", "DBus", "Xml"]
|
||||
qt_modules = ["Widgets", "Gui", "Core", "Network", "Concurrent", "Quick", "Qml", "QuickWidgets", "DBus", "Xml"]
|
||||
|
||||
qt_libs = []
|
||||
if arch == "Darwin":
|
||||
|
||||
@@ -60,7 +60,6 @@ function install_ubuntu_common_requirements() {
|
||||
ocl-icd-opencl-dev \
|
||||
portaudio19-dev \
|
||||
qml-module-qtquick2 \
|
||||
qtmultimedia5-dev \
|
||||
qtdeclarative5-dev \
|
||||
qttools5-dev-tools \
|
||||
libqt5svg5-dev \
|
||||
|
||||
Reference in New Issue
Block a user