Compare commits

...

4 Commits

Author SHA1 Message Date
Laurent Trinques
8a96097d41 Fix Summary headline issue in German
https://qelectrotech.org/forum/viewtopic.php?pid=22082#p22082
2025-09-11 13:32:29 +02:00
Laurent Trinques
43826361a4
Merge pull request #403 from arummler/master-update-dependencies
Update dependencies to fix compilation errors
2025-09-11 12:40:53 +02:00
Andre Rummler
ea9d57cdde Update googltest library to v1.17.0 2025-09-08 13:27:56 +02:00
Andre Rummler
bad60834cc Update Catch2 library to v2.13.10 2025-09-08 13:26:54 +02:00
4 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@ -716,7 +716,7 @@ Bemerkung: diese Optionen verhindern NICHT das automatische Nummerieren.</transl
<message>
<location filename="../sources/ui/bomexportdialog.cpp" line="122"/>
<source>Position</source>
<translation>Position</translation>
<translation>Seite</translation>
</message>
<message>
<location filename="../sources/ui/bomexportdialog.cpp" line="124"/>
@ -5260,7 +5260,7 @@ Folgende Variablen sind inkompatibel:
<message>
<location filename="../sources/qetgraphicsitem/ViewItem/projectdbmodel.cpp" line="349"/>
<source>Position</source>
<translation>Position</translation>
<translation>Seite</translation>
</message>
<message>
<location filename="../sources/qetgraphicsitem/ViewItem/projectdbmodel.cpp" line="351"/>
@ -8839,7 +8839,7 @@ Möchten Sie sie ersetzen?</translation>
<message>
<location filename="../sources/qetinformation.cpp" line="237"/>
<source>Position</source>
<translation>Position</translation>
<translation>Seite</translation>
</message>
<message>
<location filename="../sources/qetinformation.cpp" line="238"/>

View File

@ -64,7 +64,7 @@ Include(FetchContent)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v2.13.1)
GIT_TAG v2.13.10)
FetchContent_MakeAvailable(Catch2)

View File

@ -64,7 +64,7 @@ Include(FetchContent)
FetchContent_Declare(
GTest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.10.0)
GIT_TAG v1.17.0)
FetchContent_MakeAvailable(GTest)