Compare commits
2 Commits
9fec6729fc
...
c69b95e1ce
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c69b95e1ce | ||
|
|
ef6300aee9 |
@ -32,7 +32,7 @@ jobs:
|
||||
if errorlevel 1 exit /b 1
|
||||
|
||||
echo === Building with jom ===
|
||||
jom.exe -j 1
|
||||
jom.exe -j %NUMBER_OF_PROCESSORS%
|
||||
if errorlevel 1 exit /b 1
|
||||
|
||||
echo === Build successful ===
|
||||
|
||||
@ -3,6 +3,11 @@
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
// Windows calling conventions - define as empty on non-Windows
|
||||
#ifndef Q_OS_WIN
|
||||
#define __stdcall
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include "QtZlib/zlib.h"
|
||||
#else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user