Changeset 905 for trunk/qmake/generators/os2
- Timestamp:
- Jul 24, 2011, 10:46:23 PM (14 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/qmake/generators/os2/gnumake.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/qmake/generators/os2/gnumake.cppr896 r905 93 93 // but instead use the q function defined in writeMakefile() that will do 94 94 // it at runtime. 95 QString ret = path;95 QString ret = escapeFilePath(path); 96 96 QString trimmed = path.trimmed(); 97 97 if (!trimmed.startsWith("$(") || !trimmed.endsWith(")")) { 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
