Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 1.45 KB

README.md

File metadata and controls

45 lines (38 loc) · 1.45 KB

How to

Please find instruction to build your own version of the themes.

Pre-requisites

Get rcc

Get the Qt version used by your version of qBittorrent.

  1. Launch qBittorrent
  2. Go to help -> About -> Software Used
  3. Save the Qt version number

Qt-version

Some versions of rcc are available in tools. If there is the correct one, just rename it and make it executable.

mv tools/rcc-qtx_x_x tools/rcc
chmod +x tools/rcc

If not, you have to install Qt. To keep your main system clear, you can do it in a VM.

  1. Go to Qt open-source download page and find the correct version
  2. Download qt-opensource-linux-x64-x.x.x.run
  3. Install it
chmod +x qt-opensource-linux-x64-*.run
qt-opensource-linux-x64-*.run
  1. Choose Qtx.x.x/Desktop gcc 64-bit componant
  2. Locate rcc file and copy it. Do not choose a Src one.
sudo find / -name rcc 2> /dev/null
cp /home/<user>/Qt<x.x.x>/<x.x.x>/gcc_64/bin/rcc tools/rcc

Build

Now, you have everything to build your version. You just have to run .sh files.

chmod +x ./build-*.sh
for f in build-*.sh; do
  bash "$f"
done

You can now use your qbtheme files by adding them in qBittorrent's preferences. Completely restart the application. Warning, by default, it stays in the taskbar.