Skip to content

Commit

Permalink
working on it
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Leal committed Sep 8, 2024
1 parent be9eb2e commit f41accf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Qt-installer (Deploy Qt Libraries in Slackware)
qt-installer-script (Deploy Qt Libraries in Slackware)

Qt-installer is an umbrella script to the standard Qt installer to
simplify the installation of Qt Libraries in your Slackware system.
qt-installer-script is an umbrella script to the standard Qt
installer to simplify the installation of Qt Libraries in your
Slackware system.

It is provided to perform and unattended install, define a
location (/opt/Qt) and setup a basic skeleton so you can add
Expand All @@ -16,7 +17,7 @@ To install specific Qt libraries you can either:
2) Run a bash script that will add a set of Qt Libraries specific
for you application.

An install script example "Qt6-libraries-for-musescore.sh"
An install script example "qt-6.2.4-libraries-for-musescore.sh"
is provided in /opt/Qt/scripts

You will still need a Qt account in order to use this script.
Expand Down
2 changes: 1 addition & 1 deletion qt-installer-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ else
qt.tools.qtcreator \
qt.tools.qtcreator_gui

sed -i -e "s:Exec=/opt/Qt/MaintenanceTool:Exec=gksu /opt/Qt/Qt-installer.sh:" /usr/local/share/applications/Qt-MaintenanceTool.desktop
sed -i -e "s:Exec=/opt/Qt/MaintenanceTool:Exec=gksu /opt/Qt/qt-installer-script.sh:" /usr/local/share/applications/Qt-MaintenanceTool.desktop
fi

0 comments on commit f41accf

Please sign in to comment.