Changes between Version 2 and Version 3 of MussaglBuild
- Timestamp:
- 03/21/2006 03:03:58 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MussaglBuild
v2 v3 15 15 make 16 16 }}} 17 18 == Troubleshooting == 19 20 If running make generates a large number of error messages, you mostly likely ran the qt3 version of qmake. 21 22 {{{ 23 qmake -version 24 }}} 25 26 should report 27 28 {{{ 29 QMake version: 2.00a 30 Using Qt version 4.1.0 in [wherever qt4 was installed] 31 }}} 32 33 If necessary you can download qt4 from http://www.trolltech.com/download/opensource.html