source:
trunk/doc/src/snippets/qmake/environment.pro@
568
Last change on this file since 568 was 2, checked in by , 16 years ago | |
---|---|
File size: 216 bytes |
Line | |
---|---|
1 | #! [0] #! [1] |
2 | DESTDIR = $$(PWD) |
3 | message(The project will be installed in $$DESTDIR) |
4 | #! [0] |
5 | |
6 | DESTDIR = $(PWD) |
7 | message(The project will be installed in the value of PWD) |
8 | message(when the Makefile is processed.) |
9 | #! [1] |
Note:
See TracBrowser
for help on using the repository browser.