File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ A graphical user interface tool for configuration of the rxvt-unicode terminal e
3030
3131
3232# Dependancies
33- ` qt4 ` - For the GUI.
33+ ` qt5 ` - For the GUI.
3434
3535` imagemagick ` - For generating color schemes from files.
3636
@@ -58,19 +58,19 @@ I highly recommend to build it yourself as described just below:
5858
5959
6060# Build it yourself
61- Requires qt4 (qmake) and is highly encouraged.
61+ Requires qt5 (qmake) and is highly encouraged.
6262
6363 ~~~ sh
6464 $ git clone https://github.com/daedreth/URXVTConfig.git
6565 $ cd URXVTConfig
66- $ qmake source/URXVTConfig.pro
66+ $ qmake -qt=qt5 source/URXVTConfig.pro
6767 $ make
6868 $ sudo make install
6969 ~~~
7070
7171If qmake does ** not** appear to be working, you have to specify the full path to the qmake executable.
7272
73- ` /usr/lib64/qt4 /bin/qmake source/URXVTConfig.pro `
73+ ` /usr/lib64/qt5 /bin/qmake source/URXVTConfig.pro `
7474
7575
7676# Colors from file
You can’t perform that action at this time.
0 commit comments