summaryrefslogtreecommitdiffstats
path: root/qmake/doc/src/snippets/qmake/environment.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/doc/src/snippets/qmake/environment.pro')
-rw-r--r--qmake/doc/src/snippets/qmake/environment.pro9
1 files changed, 0 insertions, 9 deletions
diff --git a/qmake/doc/src/snippets/qmake/environment.pro b/qmake/doc/src/snippets/qmake/environment.pro
deleted file mode 100644
index 808bdeba47..0000000000
--- a/qmake/doc/src/snippets/qmake/environment.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-#! [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]