mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
README: Use qmake-qt4 instead of qmake
This commit is contained in:
parent
09e2fb0425
commit
e80d3aa1bb
|
@ -27,10 +27,11 @@ First, clone this repository, e.g.:
|
|||
|
||||
git clone git://github.com/goldendict/goldendict.git
|
||||
|
||||
And then invoke `qmake` and `make`:
|
||||
And then invoke `qmake-qt4` and `make`:
|
||||
|
||||
cd goldendict && qmake && make
|
||||
cd goldendict && qmake-qt4 && make
|
||||
|
||||
In case when qmake-qt4 does not exist, try using `qmake` but make sure it is indeed from the Qt 4 installation.
|
||||
Alternatively, you might want to load `goldendict.pro` file from within Qt Creator, especially on Windows.
|
||||
|
||||
### Building without internal audio player
|
||||
|
|
Loading…
Reference in a new issue