Sign in
third-party-mirror
/
orbit
/
301094089f7066c20f6885ee60d316d3f550a3c2
/
.
/
qt-everywhere-src-5.15.1
/
qtbase
/
qmake
/
doc
/
snippets
/
qmake
/
environment.pro
blob: 808bdeba474ed32227f7f06ffd12361a0509dec3 [
file
] [
log
] [
blame
]
#! [0] #! [1]
DESTDIR
=
$$
(
PWD
)
message
(
The
project will be installed
in
$$DESTDIR
)
#! [0]
DESTDIR
=
$
(
PWD
)
message
(
The
project will be installed
in
the value of PWD
)
message
(
when
the
Makefile
is
processed
.)
#! [1]