From 329683795d177c0f257f6ab835914bb0b1786d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Thu, 14 Jan 2021 14:31:23 +0100 Subject: [PATCH] Remove outdated INSTALL file One link was wrong. Also, the %VERSION%/%SHORTVERSION% syntax seem to be some leftover from pre-git times? All in all, I doubt the need for this file. Pick-to: 6.1 6.2 Change-Id: I52e93b056d17e05831f97d6c34232b3265accba7 Reviewed-by: Joerg Bornemann --- INSTALL | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 INSTALL diff --git a/INSTALL b/INSTALL deleted file mode 100644 index d0976a92ae8..00000000000 --- a/INSTALL +++ /dev/null @@ -1,9 +0,0 @@ - INSTALLING Qt Source Package Version %VERSION%. - -For instructions on building and installing Qt for each supported platform, -please see http://doc.qt.io/qt-%SHORTVERSION%/build-sources.html, -or follow one of these links: - -Mac OS X: http://doc.qt.io/qt-%SHORTVERSION%/osx-building.html -Windows: http://doc.qt.io/qt-%SHORTVERSION%/windows-building.html -X11 Platforms: http://doc.qt.io/qt-%SHORTVERSION%/linux-building.html