silverqx
a64e727d6a
qmake clang-cl 15 MSVC and manifest
...
Executables/dll didn't execute on Clang-cl 15 with MSVC.
2022-09-22 13:30:20 +02:00
silverqx
1cf67bc49d
updated comment
...
[skip ci]
2022-05-26 09:51:51 +02:00
silverqx
b781b78e35
bugfix © in RC file for msvc Qt6 🤬
2022-05-25 11:47:53 +02:00
silverqx
2f455f7f4a
fixed RC files encoding on Windows 🙌 🎆
...
Use utf8 on MinGW and ANSI with msvc.
The core of the problem is in the $$cat() and write_file() qmake
functions they don't know process UTF-8 encoded files, they use
the ANSI encoding.
2022-05-05 10:31:29 +02:00
silverqx
b3105e0135
fixed RC file encoding problem (workaround)
2022-05-04 18:52:00 +02:00
silverqx
8009477685
bugfix rc file encoding
...
pragma code_page(65001) started making problems on windows msvc, don't
know why, temporary disabling, it works ok without it.
2022-03-27 15:32:24 +02:00
silverqx
3212fc4d1c
added LibraryInfo class
...
This class provides info about build type, isDebugBuild() and version.
- removed QT_DEBUG/QT_NO_DEBUG and used TINYORM_DEBUG/TINYORM_NO_DEBUG
instead
2021-10-19 16:11:54 +02:00
silverqx
f50190bfb1
cmake added Windows RC and manifest file for tests
2021-10-10 10:34:29 +02:00
silverqx
a595656804
qmake added Windows RC and manifest file for tests
2021-10-09 19:45:38 +02:00