Skip to content

Commit 9d5e34a

Browse files
authored
Update buildinstructions_qt6.txt
1 parent f97bd92 commit 9d5e34a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildinstructions_qt6.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For Qt6:
3838
$..\qt5\configure.bat -release -opensource -platform win32-msvc -static -static-runtime -nomake examples -nomake tests -nomake manual-tests -nomake minimal-static-tests -nomake benchmarks -qt-doubleconversion -qt-zlib -qt-libjpeg -qt-libpng -qt-freetype -qt-pcre -qt-harfbuzz -qt-sqlite -qt-tiff -qt-webp -qt-openxr -opengl dynamic -prefix C:\qt6-static\
3939
$cmake --build . --parallel
4040

41-
When done, Linguist binaries will be in qt6-build\qtbase\bin.
41+
When done, Linguist binaries will be in qt6-build\qtbase\bin. Translation files for Linguist will be in qt6-build\qtbase\translations.
4242

4343
If you wish to install everything instead (to the prefix you selected earlier):
4444
$cmake --install .
@@ -49,7 +49,7 @@ For Qt5:
4949
$..\qt5\configure.bat -release -opensource -platform win32-msvc -static -static-runtime -nomake examples -nomake tests -qt-doubleconversion -qt-zlib -qt-libjpeg -qt-libpng -qt-freetype -qt-pcre -qt-harfbuzz -qt-sqlite -qt-tiff -qt-webp -opengl dynamic -prefix C:\qt5-static\
5050
$jom
5151

52-
When done, Linguist binaries will be in qt5-build\qttools\bin.
52+
When done, Linguist binaries will be in qt5-build\qttools\bin. Translation files for Linguist will be in qt5-build\qttranslations\translations.
5353

5454
If you wish to install everything instead (to the prefix you selected earlier):
5555
$jom install

0 commit comments

Comments
 (0)