From 97fc83ba38c9f5f625d9c240bff6cc9ca264b90f Mon Sep 17 00:00:00 2001 From: ArcadeFever Date: Sat, 30 Jan 2021 23:25:24 -0800 Subject: [PATCH] fixed typo in configure command --- tools/qt-builder/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qt-builder/README.md b/tools/qt-builder/README.md index 7fccf11507..a4043cbaff 100644 --- a/tools/qt-builder/README.md +++ b/tools/qt-builder/README.md @@ -296,7 +296,7 @@ git clone --recursive git://code.qt.io/qt/qt5.git -b 5.15.2 --single-branch `mkdir qt5-build` `cd ../qt5-build` -`../qt5/configure -force-debug-info -opensource -confirm-license -qt-zlib -qt-libjpeg -qt-libpng -qt-freetype -qt-pcre -qt-harfbuzz -nomake examples -nomake tests -skip qttranslations -skip qtserialport -skip qt3d -skip qtlocation -skip qtwayland -skip qtsensors -skip qtgamepad -skip qtcharts -skip qtx11extras -skip qtmacextras -skip qtvirtualkeyboard -skip qtpurchasing -skip qtdatavis3d -no-warnings-are-errors -no-pch -prefix ../qt5-install` +`../configure -force-debug-info -opensource -confirm-license -qt-zlib -qt-libjpeg -qt-libpng -qt-freetype -qt-pcre -qt-harfbuzz -nomake examples -nomake tests -skip qttranslations -skip qtserialport -skip qt3d -skip qtlocation -skip qtwayland -skip qtsensors -skip qtgamepad -skip qtcharts -skip qtx11extras -skip qtmacextras -skip qtvirtualkeyboard -skip qtpurchasing -skip qtdatavis3d -no-warnings-are-errors -no-pch -prefix ../qt5-install` #### Make `make`