Skip to content

Commit ca3f316

Browse files
Add no_batch option and switch back to jom
1 parent 5f2e265 commit ca3f316

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ build_windows_32:
8787
- _fold_final_
8888

8989
- _fold_start_ 'start the actual build with jom instead of nmake; for speed'
90-
- ..\_qt\5.15.0\msvc2019\bin\make
90+
- ..\_qt\jom
9191
- _fold_final_
9292

9393
- _fold_start_ 'run windeployqt to automatically copy the needed dll files'
@@ -159,7 +159,7 @@ build_windows_64:
159159
- _fold_final_
160160

161161
- _fold_start_ 'start the actual build with jom instead of nmake; for speed'
162-
- ..\_qt\5.15.0\msvc2019_64\bin\make
162+
- ..\_qt\jom
163163
- _fold_final_
164164

165165
- _fold_start_ 'run windeployqt to automatically copy the needed dll files'

KeyboardVisualizer.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
1919
VERSION = 4.01
2020
TARGET = KeyboardVisualizer
2121
TEMPLATE = app
22+
CONFIG += no_batch
2223

2324
#-----------------------------------------------------------------------#
2425
# Automatically generated build information #

0 commit comments

Comments
 (0)