Skip to content

Commit e486efb

Browse files
committed
we are using qt5 now
1 parent 04b0d85 commit e486efb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

7171
If 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

0 commit comments

Comments
 (0)