We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebe18d commit cb094cdCopy full SHA for cb094cd
.github/workflows/test.yml
@@ -40,4 +40,4 @@ jobs:
40
run: |
41
sudo apt-get update -qq
42
sudo apt-get install -qq libgles2-mesa-dev libxcb-cursor0 libxcb-icccm4 libxcb-keysyms1 libxcb-shape0 libxcb-xkb1 libxkbcommon-x11-0
43
- xvfb-run --auto-servernum npm run test-ci
+ QT_QPA_PLATFORM=xcb xvfb-run --auto-servernum npm run test-ci
examples/qt-calqlatr/calqlatr/content/calculator.js
@@ -1,3 +1,4 @@
1
+/* eslint-disable */
2
// Copyright (C) 2023 The Qt Company Ltd.
3
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
4
0 commit comments