source:
trunk/doc/src/snippets/qmake/dereferencing.pro@
568
Last change on this file since 568 was 2, checked in by , 16 years ago | |
---|---|
File size: 133 bytes |
Line | |
---|---|
1 | #! [0] |
2 | TEMP_SOURCES = $$SOURCES |
3 | #! [0] |
4 | # Do something with the SOURCES variable then restore its old value. |
5 | SOURCES = $$TEMP_SOURCES |
Note:
See TracBrowser
for help on using the repository browser.