Changeset 880 for trunk/qmake/generators/os2/gnumake.cpp
- Timestamp:
- Jun 30, 2011, 9:43:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qmake/generators/os2/gnumake.cpp
r872 r880 624 624 if (!project->isEmpty("RC_FILE") && !project->isEmpty("RES_FILE") && 625 625 !project->isEmpty("QMAKE_RUN_RC2RES")) { 626 627 628 626 629 t << escapeFileVars("$(RES_FILE): $(RC_FILE)\n\t"); 627 t << var("QMAKE_RUN_RC2RES") << endl ;630 t << var("QMAKE_RUN_RC2RES") << endl; 628 631 } 629 632 }
Note:
See TracChangeset
for help on using the changeset viewer.