Changeset 905
- Timestamp:
- Jul 24, 2011, 10:46:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qmake/generators/os2/gnumake.cpp
r896 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 = ; 96 96 QString trimmed = path.trimmed(); 97 97 if (!trimmed.startsWith("$(") || !trimmed.endsWith(")")) {
Note:
See TracChangeset
for help on using the changeset viewer.