Changeset 148
- Timestamp:
- Aug 29, 2009, 9:10:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.OS2
r145 r148 57 57 58 58 qmake 59 make release59 make 60 60 61 This will compile and link the release version of the library (without debug 62 information). If you also need the debug version you should additionally type: 61 This will compile and link the library. Note that by default both the release 62 and the debug version of the library are built (please be patient, it may take 63 quite some time depending on your hardware). The release and debug libraries can 64 co-exist in the same source tree and may be used in parallel: all the debug DLLs 65 get a 'd' letter in their name preceeding the Qt major version number and use 66 separate directories for object files. 63 67 64 make debug 65 66 Onte the library is successfully built, you may try to compile the demos 68 Once the library is successfully built, you may try to compile the demos 67 69 and examples by visiting the individual example's subdirectory in the source 68 tree and typing 'qmake' and 'make release' or 'make debug' there. 70 tree and typing 'qmake' followed by one of 'make', 'make release' or 71 'make debug' in that subdirectory. 69 72 70 73
Note:
See TracChangeset
for help on using the changeset viewer.