print on scroll + some margins

pull/20439/head
iejMac 5 years ago
parent ebda71ed42
commit 4b913c427d
  1. 2
      SConstruct

@ -264,7 +264,7 @@ Export('envCython')
# Qt build environment
qt_env = env.Clone()
qt_modules = ["Widgets", "Gui", "Core", "Network", "Concurrent", "Multimedia", "Quick"]
qt_modules = ["Widgets", "Gui", "Core", "Network", "Concurrent", "Multimedia", "Quick", "Qml"]
if arch != "aarch64":
qt_modules += ["DBus"]

Loading…
Cancel
Save