summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2013-06-10 19:33:44 +0200
committerPierre Rossi <pierre.rossi@digia.com>2013-06-10 19:33:44 +0200
commit6555874455eb23722974b06b388c3cbde0a24f95 (patch)
treea8d3a3de82ba8c151e8667bec426cc6d21004554 /build
parentd50a091095f49032587fef97034ba1210a1a8f0f (diff)
And shell is out !
Introduce a few more bits of our own very basic implementations (URLRequestContextGetter and NetworkDelegate subclasses). Still need to figure out the appropriate dependancies in blinq.gypi
Diffstat (limited to 'build')
-rw-r--r--build/qmake/mkspecs/features/default_pre.prf2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/qmake/mkspecs/features/default_pre.prf b/build/qmake/mkspecs/features/default_pre.prf
index 027d35af9..07ec22750 100644
--- a/build/qmake/mkspecs/features/default_pre.prf
+++ b/build/qmake/mkspecs/features/default_pre.prf
@@ -8,5 +8,3 @@ CHROMIUM_SRC_DIR = $$(CHROMIUM_SRC_DIR)
isEmpty(CHROMIUM_SRC_DIR):error("please set CHROMIUM_SRC_DIR")
load(functions)
-# So that moc generated files don't end up polluting the source tree
-OUT_PWD = $$getOutDir()