summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2016-12-15 19:19:38 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2016-12-16 12:52:45 +0000
commit2d1b8e71397743c6f19111d78e1fd30156b51c69 (patch)
treef824ff66423a21ae8b505176128cb700dddb91bc /.qmake.conf
parent3fe795a595462997bddc5997e39de4f84b85ba6a (diff)
replace relative directory paths to permit shadow builds
Change-Id: Ibf5bcb6671313e175a50a0caf452c747562da830 Reviewed-by: Tobias Koenig <tobias.koenig@kdab.com> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 0f3f4d1..c74fd17 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -3,3 +3,7 @@ load(qt_build_config)
CONFIG += warning_clean
MODULE_VERSION = 5.5.0
+
+# Resolve root directories for sources
+QTPDF_ROOT = $$PWD
+