From dd9fc451083476a5768b0c6024dd9c117d06671d Mon Sep 17 00:00:00 2001 From: Boyuan Yang Date: Tue, 7 Jun 2022 16:48:48 -0400 Subject: [PATCH] README.md: Replace qt5-default build-dep with qtbase5-dev (#2649) Package qt5-default is not available in newer deb-based Linux distributions. Users are encouraged to use qtbase5-dev instead. closes: #2635 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62ac0a8f..1da42658 100644 --- a/README.md +++ b/README.md @@ -418,7 +418,7 @@ Also you can open and build/debug the project in a C++ IDE. For example, in Qt C ```shell # Compile-time -apt install g++ cmake build-essential qt5-default qttools5-dev-tools libqt5svg5-dev qttools5-dev +apt install g++ cmake build-essential qtbase5-dev qttools5-dev-tools libqt5svg5-dev qttools5-dev # Run-time apt install libqt5dbus5 libqt5network5 libqt5core5a libqt5widgets5 libqt5gui5 libqt5svg5