From 8b9dc36e41fed205ab48cea2c8bece56386474b6 Mon Sep 17 00:00:00 2001 From: "hausmann@webkit.org" Date: Thu, 22 Nov 2007 10:10:51 +0000 Subject: [PATCH] Use ../generated as path for the generated sources for builds inside Qt git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27960 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebCore/ChangeLog | 10 ++++++++++ WebCore/WebCore.pro | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index d1d9b9574d4d..9f13f7a3c478 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,13 @@ +2007-11-22 Simon Hausmann + + Reviewed by George. + + Use ../generated as path for the generated sources for builds inside Qt + + WARNING: NO TEST CASES ADDED OR CHANGED + + * WebCore.pro: + 2007-11-22 Simon Hausmann Reviewed by George. diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro index 9b12cc5b8319..96b6ccbbdd2b 100644 --- a/WebCore/WebCore.pro +++ b/WebCore/WebCore.pro @@ -11,6 +11,10 @@ TEMPLATE = lib qt-port:TARGET = QtWebKit gtk-port:TARGET = WebKitGtk +CONFIG(QTDIR_build) { + GENERATED_SOURCES_DIR = $$PWD/generated +} + isEmpty(GENERATED_SOURCES_DIR):GENERATED_SOURCES_DIR = tmp GENERATED_SOURCES_DIR_SLASH = $$GENERATED_SOURCES_DIR/ win32-*: GENERATED_SOURCES_DIR_SLASH ~= s|/|\| -- 2.36.0