Commit Graph

8276 Commits

Author SHA1 Message Date
Roman Telezhynskyi
429c321852 Remove version check. 2023-03-09 08:32:00 +02:00
Roman Telezhynskyi
6d34b6af13 Fix MSVC warnings. 2023-03-09 08:20:40 +02:00
Roman Telezhynskyi
16b67644b0 freopen_s() is not available for mingw. 2023-03-09 08:13:20 +02:00
Roman Telezhynskyi
cb4c1aa10b Treat warnings as errors not only when debug. 2023-03-08 18:54:47 +02:00
Roman Telezhynskyi
004f46847c Fix conflicting settings. 2023-03-08 18:48:30 +02:00
Roman Telezhynskyi
37541b600e Fix MSVC warnings. 2023-03-08 18:45:42 +02:00
Roman Telezhynskyi
973f4d6b0d Enable utf8 literals for MSVC. 2023-03-08 18:44:07 +02:00
Roman Telezhynskyi
7a8d18569a Remove buggy test case. 2023-03-08 18:41:49 +02:00
Roman Telezhynskyi
d622821b9f Use with call. 2023-03-07 17:32:30 +02:00
Roman Telezhynskyi
e55df88c22 Fix a syntax error. 2023-03-07 10:16:26 +02:00
Roman Telezhynskyi
84990ca08d Always install conan on macos with qbs. 2023-03-07 09:50:54 +02:00
Roman Telezhynskyi
2dff4162b7 Full path to qmake.bat. 2023-03-06 16:39:22 +02:00
Roman Telezhynskyi
597c0d6d6d Build xerces-c only if missing. 2023-03-06 16:34:39 +02:00
Roman Telezhynskyi
65367edf91 Use qbs preinstalled with Qt Creator. 2023-03-06 16:34:15 +02:00
Roman Telezhynskyi
cfc901b7ec Fix invalid yml. 2023-03-06 11:08:44 +02:00
Roman Telezhynskyi
e57d228737 Correct way to init MSVC variables inside PowerShell script. 2023-03-06 11:04:23 +02:00
Roman Telezhynskyi
bfc8a6b35b To init msvc for arm64 use qmake.bat file. 2023-03-06 11:03:06 +02:00
Roman Telezhynskyi
362681585e Do not install cmake. 2023-03-06 09:42:03 +02:00
Roman Telezhynskyi
2bae9a84eb Fix excluding objects in internal path. 2023-03-04 18:37:50 +02:00
Roman Telezhynskyi
bd10ac3c13 Fix copying conan package library on Windows.
On Windows dll in bin folder, while on Unix it in lib.
2023-03-04 09:24:39 +02:00
Roman Telezhynskyi
5ceff228eb Fix path to platfrom plugin on Windows. 2023-03-04 09:21:22 +02:00
Roman Telezhynskyi
a791fc0173 Reading from disc doesn't work from on Windows. Read from memory instead. 2023-03-04 09:17:40 +02:00
Roman Telezhynskyi
08362980bd Don't ignore warning Wenum-enum-conversion in this place. 2023-03-04 09:11:17 +02:00
Roman Telezhynskyi
2a9fcda3a6 Fix bug with compilation on Windows 10 with Qt 6. 2023-03-04 09:07:30 +02:00
Roman Telezhynskyi
f3e9918729 pkg-config is more wildly used than was previously thought. 2023-03-04 09:06:06 +02:00
Roman Telezhynskyi
7d017116f3 Install only necessary dependencies since cmake and python already present. 2023-03-01 10:57:32 +02:00
Roman Telezhynskyi
1f839195d5 Enable silent output for unit tests. 2023-02-28 14:42:02 +02:00
Roman Telezhynskyi
454af3a988 Enable PCH for MinGW 12.2. 2023-02-28 14:31:55 +02:00
Roman Telezhynskyi
b584818f65 Cache conan. 2023-02-28 14:31:36 +02:00
Roman Telezhynskyi
b6d1400b23 Fix build without precompiled headers. 2023-02-28 14:31:14 +02:00
Roman Telezhynskyi
a4139e1fa9 Fix build on Windows. 2023-02-28 12:00:50 +02:00
Roman Telezhynskyi
a3264e34e5 error: expected unqualified-id before 'const' 2023-02-28 12:00:41 +02:00
Roman Telezhynskyi
9145b9638b Fix ReferenceError: Can't find variable: FileInfo. 2023-02-28 10:46:31 +02:00
Roman Telezhynskyi
c89544fe08 Start building with C++20 since Qt 6.0 2023-02-28 10:45:58 +02:00
Roman Telezhynskyi
dce2061dc3 Incorrect syntax for Windows. 2023-02-28 10:31:37 +02:00
Roman Telezhynskyi
a9ffeebe83 Install MinGW 12.2 to bypass error with default compiler. 2023-02-28 10:24:39 +02:00
Roman Telezhynskyi
94f88b1066 Imitate QTextCodec::codecForLocale(). 2023-02-28 10:14:14 +02:00
Roman Telezhynskyi
934781660a QWinTaskbarButton not available since Qt 6. 2023-02-28 10:13:18 +02:00
Roman Telezhynskyi
bf60cb02b1 Set environment variable on Windows to be able to run autotests. 2023-02-27 12:04:44 +02:00
Roman Telezhynskyi
60d8833fb0 No need to install cmake. 2023-02-26 21:06:54 +02:00
Roman Telezhynskyi
58f8e01f76 Fixes. 2023-02-26 20:43:28 +02:00
Roman Telezhynskyi
7debd364ce Check if msvc will work without stable.cpp. 2023-02-26 20:21:07 +02:00
Roman Telezhynskyi
0c24aeaaed Use the same name across all builds. 2023-02-26 14:58:23 +02:00
Roman Telezhynskyi
85a59a617f Fix conan profile. 2023-02-26 14:54:29 +02:00
Roman Telezhynskyi
3ef14942d7 Copy paste error. 2023-02-26 13:13:38 +02:00
Roman Telezhynskyi
4991e5b866 unexpected EOF while looking for matching `}' 2023-02-26 13:00:40 +02:00
Roman Telezhynskyi
5ae7ef7803 Try Qt 6.4 with GCC 8.1.
See issue QTBUG-103573.
2023-02-26 12:30:12 +02:00
Roman Telezhynskyi
9d16ffb016 Fix calling. 2023-02-26 11:22:36 +02:00
Roman Telezhynskyi
fbf90fc109 Check if msvc will work without stable.cpp. 2023-02-26 11:22:36 +02:00
Roman Telezhynskyi
e0692bdc76 Avoid using environment variables when defining them. 2023-02-26 10:42:24 +02:00