Skip to content

Commit ede6958

Browse files
committed
Testing oldschool builds
1 parent e32ca10 commit ede6958

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ on:
44
push:
55
branches:
66
- master
7+
- oldschool_builds
78
pull_request:
8-
9+
910
concurrency:
1011
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1112
cancel-in-progress: true
@@ -16,6 +17,7 @@ defaults:
1617

1718
jobs:
1819
ubuntu:
20+
if: false
1921
strategy:
2022
fail-fast: false
2123
matrix:
@@ -159,6 +161,7 @@ jobs:
159161
path: generated_cpp
160162

161163
macOS:
164+
if: false
162165
strategy:
163166
fail-fast: false
164167
matrix:
@@ -249,6 +252,7 @@ jobs:
249252
path: generated_cpp
250253

251254
windows:
255+
if: false
252256
strategy:
253257
fail-fast: false
254258
matrix:

generator/qtscript_masterinclude.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@
8585
#define QOPENGLFUNCTIONS_H
8686
#define QOPENGLEXTRAFUNCTIONS_H
8787

88+
#ifndef QT_FEATURE_thread
89+
#include <QtCore/qconfi-bootstrapped.h>
90+
#endif
91+
8892
/* This must only be included after 'QT_NO_' definitions have been defined. */
8993
#include <QtCore/qglobal.h>
9094

0 commit comments

Comments
 (0)