Message ID | cover.1410766811.git.kibo@prevas.dk |
---|---|
State | Rejected |
Delegated to: | Christian Sørensen |
Headers | show
Return-Path: <dev-bounces@oe-lite.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id D07F11400F1 for <incoming@patchwork.ozlabs.org>; Mon, 15 Sep 2014 17:43:17 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 35F923FE3A for <incoming@patchwork.ozlabs.org>; Mon, 15 Sep 2014 09:43:12 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail02.prevas.se (mail02.prevas.se [62.95.78.10]) by hugin.dotsrc.org (Postfix) with ESMTPS id D06523FDBA for <dev@oe-lite.org>; Mon, 15 Sep 2014 09:43:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=812; q=dns/txt; s=ironport2; t=1410766989; x=1442302989; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=4JwNH1Onc/tkEPAqILKDqbWK2YKnnWJFpWPLswnDW/c=; b=VU7icU5wjNJF1i1+AB3DchTDIIhccXZdzMGpBT5N4/dIRThSHkLcgSrB A0GJiLtz3o8jaj/HWHwfzV6PJdC6bJ++0oh5gZ3qT0P89fISC2eY9asq2 IsYlbbfSmzHcsNKkuHQpNLQcFt1PLrXKsv/i2VIg6K3bRDIneUkYrmB/t A=; X-IronPort-AV: E=Sophos;i="5.04,526,1406584800"; d="scan'208";a="1062183" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 15 Sep 2014 09:43:09 +0200 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.347.0; Mon, 15 Sep 2014 09:43:09 +0200 Received: by localhost (Postfix, from userid 30019) id C076068166B; Mon, 15 Sep 2014 07:43:07 +0000 (UTC) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= <kibo@prevas.dk> To: <dev@oe-lite.org> Subject: [PATCH 0/3] qmake5 fixes Date: Mon, 15 Sep 2014 07:43:05 +0000 Message-ID: <cover.1410766811.git.kibo@prevas.dk> X-Mailer: git-send-email 1.8.4 MIME-Version: 1.0 X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development <dev.oe-lite.org> List-Unsubscribe: <http://lists.oe-lite.org/mailman/options/dev>, <mailto:dev-request@oe-lite.org?subject=unsubscribe> List-Archive: <http://lists.oe-lite.org/pipermail/dev> List-Post: <mailto:dev@oe-lite.org> List-Help: <mailto:dev-request@oe-lite.org?subject=help> List-Subscribe: <http://lists.oe-lite.org/mailman/listinfo/dev>, <mailto:dev-request@oe-lite.org?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org |