Changeset 1120
- Timestamp:
- Mar 7, 2013, 9:33:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/doc.pri
r985 r1120 10 10 } else :win32-g++*:isEmpty(QMAKE_SH) { 11 11 unixstyle = false 12 } else :os2 {12 } else :os2:isEmpty(QMAKE_SH) { 13 13 unixstyle = false 14 14 } else { 15 15 unixstyle = true 16 16 } 17 18 # todo os2 put all commands to .cmd 17 19 18 20 $$unixstyle {
Note:
See TracChangeset
for help on using the changeset viewer.