FS
git submodule update --initкачается. Просто скажем так есть ряд патчей chromium, которые включают vaapi, мне бы впилить их в QtWebEngine.
Size: a a a
FS
git submodule update --initкачается. Просто скажем так есть ряд патчей chromium, которые включают vaapi, мне бы впилить их в QtWebEngine.
AN
AN
SE
М
М
M
SE
М
M
МС
Ra
МС
import QtQuick 2.6
import QtQuick.Controls 1.4
ApplicationWindow {
visible: true
width: 500
height: 500
title: qsTr("Qml test")
Rectangle {
visible: true
width: 200
height: 200
border.width: 3
border.color: 'black'
anchors.centerIn: parent
}
}
M
Ra
МС
M
object_parallel_to_source — recreate source folder tree for object files (replaces object_with_source).
object_with_source — outputs each object file into the same directory as its source file (replaced by object_parallel_to_source in the latest versions).
Ra
Ra
Ra