Skip to content

Commit cb094cd

Browse files
committed
Try qt xcb
1 parent 8ebe18d commit cb094cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
run: |
4141
sudo apt-get update -qq
4242
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
43+
QT_QPA_PLATFORM=xcb xvfb-run --auto-servernum npm run test-ci

examples/qt-calqlatr/calqlatr/content/calculator.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable */
12
// Copyright (C) 2023 The Qt Company Ltd.
23
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
34

0 commit comments

Comments
 (0)