From: Simon Hausmann Date: Thu, 7 Feb 2013 15:13:41 +0000 (+0100) Subject: Fix objects dir for debug and release builds X-Git-Tag: upstream/5.2.1~669^2~659^2~303 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb4920152ea621e9b82a353c1ec9df7d5a23a099;p=platform%2Fupstream%2Fqtdeclarative.git Fix objects dir for debug and release builds Don't define OBJECTS_DIR, the qmake bits for Qt 5 modules takes care of setting it to .obj/debug_shared and .obj/debug_release accordingly for example. Hardcoding it just breaks that. Change-Id: I1023de159c459194eba74134626892563d069a22 Reviewed-by: Lars Knoll --- diff --git a/src/v4/v4.pro b/src/v4/v4.pro index 60338cc..b122247 100644 --- a/src/v4/v4.pro +++ b/src/v4/v4.pro @@ -6,8 +6,6 @@ CONFIG += internal_module include(v4.pri) -OBJECTS_DIR=.obj - load(qt_build_config) load(qt_module)