| 25 | | Finally, set the QTDIR environment variable to Qt 4.x's installation path and make sure Qt 4.x's qmake is the first qmake in your PATH (typically by running `export PATH=$QTDIR/bin:$PATH`). If your qmake binary has a different name, e.g. when using Debian, use the --qmake= option to specify the name. |
| | 25 | Finally, set the QTDIR environment variable to Qt 4.x's installation path and make sure Qt 4.x's qmake is the first qmake in your PATH (typically by running `export PATH=$QTDIR/bin:$PATH`). |
| | 26 | |
| | 27 | If you are planning to compile it with Qt 5, QTDIR should point to `PathToRepository/qt5/qtbase/`. |
| | 28 | |
| | 29 | If your qmake binary has a different name, e.g. when using Debian, use the --qmake= option to specify the name. |