Changeset 148


Ignore:
Timestamp:
Aug 29, 2009, 9:10:49 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

README.OS2: make release and make debug won't work from src (qmake bug).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.OS2

    r145 r148  
    5757
    5858  qmake
    59   make release
     59  make
    6060
    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:
     61This will compile and link the library. Note that by default both the release
     62and the debug version of the library are built (please be patient, it may take
     63quite some time depending on your hardware). The release and debug libraries can
     64co-exist in the same source tree and may be used in parallel: all the debug DLLs
     65get a 'd' letter in their name preceeding the Qt major version number and use
     66separate directories for object files.
    6367
    64   make debug
    65 
    66 Onte the library is successfully built, you may try to compile the demos
     68Once the library is successfully built, you may try to compile the demos
    6769and examples by visiting the individual example's subdirectory in the source
    68 tree and typing 'qmake' and 'make release' or 'make debug' there.
     70tree and typing 'qmake' followed by one of 'make', 'make release' or
     71'make debug' in that subdirectory.
    6972
    7073
Note: See TracChangeset for help on using the changeset viewer.