Changeset 1120 for trunk/doc/doc.pri


Ignore:
Timestamp:
Mar 7, 2013, 9:33:39 PM (12 years ago)
Author:
Dmitry A. Kuminov
Message:

doc: Make it build under sh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/doc.pri

    r985 r1120  
    1010} else :win32-g++*:isEmpty(QMAKE_SH) {
    1111    unixstyle = false
    12 } else :os2 {
     12} else :os2:isEmpty(QMAKE_SH) {
    1313    unixstyle = false
    1414} else {
    1515    unixstyle = true
    1616}
     17
     18# todo os2 put all commands to .cmd
    1719
    1820$$unixstyle {
Note: See TracChangeset for help on using the changeset viewer.