Changes between Version 59 and Version 60 of BuildingQtOnLinux
- Timestamp:
- Nov 9, 2011, 9:15:47 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnLinux
v59 v60 25 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 26 27 If you are planning to compile it with Qt 5, QTDIR should point to `PathToRepository/qt5/qtbase/`.27 If you are planning to compile it with [http://developer.qt.nokia.com/wiki/Building_Qt_5_from_Git Qt 5], QTDIR should point to `PathToRepository/qt5/qtbase/`. 28 28 29 29 If your qmake binary has a different name, e.g. when using Debian, use the --qmake= option to specify the name.