From 25a2c7e596914058be460649d9acea0caa7910d7 Mon Sep 17 00:00:00 2001 From: "Rick.Chan" Date: Thu, 5 Jan 2023 16:33:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20Online=20Install=20?= =?UTF-8?q?=E5=8A=A0=E9=80=9F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rick.Chan --- Software/Development/Environment/Qt/Qt_使用技巧.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Software/Development/Environment/Qt/Qt_使用技巧.md b/Software/Development/Environment/Qt/Qt_使用技巧.md index 0c32d9b..6055920 100644 --- a/Software/Development/Environment/Qt/Qt_使用技巧.md +++ b/Software/Development/Environment/Qt/Qt_使用技巧.md @@ -3,6 +3,7 @@ - [Qt 使用技巧](#qt-使用技巧) - [1. -platform](#1--platform) - [2. QT\_DEBUG\_PLUGINS](#2-qt_debug_plugins) + - [3. Online Install 加速](#3-online-install-加速) ## 1. -platform @@ -21,3 +22,10 @@ export QT_DEBUG_PLUGINS=1 ``` 可在执行程序时打印 PLUGINS 信息,以确认某些插件是否被正确加载。 + +## 3. Online Install 加速 + +```bash +./qt-unified-windows-x64-online.exe --mirror https://mirrors.tuna.tsinghua.edu.cn/qt +./qt-unified-linux-x64-online.run --mirror https://mirrors.tuna.tsinghua.edu.cn/qt +```