Added Windows 10 compatibility manifest.
This commit is contained in:
parent
add0de2472
commit
0d583cd711
@ -10,6 +10,8 @@
|
||||
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
|
||||
<!-- Windows 8.1 -->
|
||||
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
|
||||
<!-- Windows 10 -->
|
||||
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
|
||||
</application>
|
||||
</compatibility>
|
||||
</assembly>
|
||||
|
@ -3289,22 +3289,22 @@
|
||||
<context>
|
||||
<name>QApplication</name>
|
||||
<message>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1138"/>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1149"/>
|
||||
<source>Executable '%1' doesn't support Windows compatibility mode.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1080"/>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1105"/>
|
||||
<source>Executable '%1' requires Qt v%2, but found Qt v%3.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1085"/>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1110"/>
|
||||
<source>Executable '%1' was built for Qt '%2', but found Qt '%3'.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1097"/>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1122"/>
|
||||
<source>Executable '%1' requires Windows XP or later.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -3326,22 +3326,22 @@
|
||||
<context>
|
||||
<name>QApplication</name>
|
||||
<message>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1138"/>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1149"/>
|
||||
<source>Executable '%1' doesn't support Windows compatibility mode.</source>
|
||||
<translation type="unfinished">Plik wykonywalny '%1' nie działa w trybie kompatybilności z Windows.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1080"/>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1105"/>
|
||||
<source>Executable '%1' requires Qt v%2, but found Qt v%3.</source>
|
||||
<translation type="unfinished">Plik wykonywalny '%1' wymaga Qt v%2, znaleziono jednak Qt v%3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1085"/>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1110"/>
|
||||
<source>Executable '%1' was built for Qt '%2', but found Qt '%3'.</source>
|
||||
<translation type="unfinished">Plik wykonywalny "%1" został skompilowany dla Qt "%2", znaleziono "%3".</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1097"/>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1122"/>
|
||||
<source>Executable '%1' requires Windows XP or later.</source>
|
||||
<translation type="unfinished">Plik wykonywalny "%1" wymaga Windows XP lub nowszego.</translation>
|
||||
</message>
|
||||
|
@ -3309,22 +3309,22 @@
|
||||
<context>
|
||||
<name>QApplication</name>
|
||||
<message>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1138"/>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1149"/>
|
||||
<source>Executable '%1' doesn't support Windows compatibility mode.</source>
|
||||
<translation>EXE-filen '%1' stöder inte Windows kompatibilitetsläge.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1080"/>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1105"/>
|
||||
<source>Executable '%1' requires Qt v%2, but found Qt v%3.</source>
|
||||
<translation>EXE-filen '%1' kräver Qt v%2, du har Qt v%3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1085"/>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1110"/>
|
||||
<source>Executable '%1' was built for Qt '%2', but found Qt '%3'.</source>
|
||||
<translation>EXE-filen '%1' är byggd för Qt '%2', du har Qt '%3'.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1097"/>
|
||||
<location filename="../../src/Global_Win32.cpp" line="1122"/>
|
||||
<source>Executable '%1' requires Windows XP or later.</source>
|
||||
<translation>%1 kräver Windows XP eller senare.</translation>
|
||||
</message>
|
||||
|
Loading…
Reference in New Issue
Block a user