From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: orgads@gmail.com Received: from mail-wm0-f65.google.com (mail-wm0-f65.google.com [74.125.82.65]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 0a1824f7 for ; Wed, 30 Nov 2016 08:39:25 +0000 (UTC) Received: by mail-wm0-f65.google.com with SMTP id g23so28282052wme.1 for ; Wed, 30 Nov 2016 00:43:57 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <736bee70-7a99-8681-a976-f6fdb4e524a0@qt.io> References: <1566601479887120@web23m.yandex.ru> <736bee70-7a99-8681-a976-f6fdb4e524a0@qt.io> From: Orgad Shaneh Date: Wed, 30 Nov 2016 10:43:55 +0200 Message-ID: Subject: Re: [Qt-creator] Qt Creator for Linux Kernel Development To: Nikolai Kosjar Content-Type: text/plain; charset=UTF-8 Cc: WireGuard mailing list , "qt-creator@qt-project.org" List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Nov 29, 2016 at 10:55 AM, Nikolai Kosjar wrote: > On 11/28/2016 07:03 PM, Jason A. Donenfeld wrote: >> >> On Wed, Nov 23, 2016 at 8:45 AM, Konstantin Tokarev >> wrote: >>> >>> You can set PRECOMPILED_HEADER = header.h in your pro file. It should be >>> applied to all sources. >> >> >> Nope, that's certainly not what that field does. > > > Should work with the Clang Code Model, Qt Creator from the current 4.2 > branch. > > The corresponding report was > https://bugreports.qt.io/browse/QTCREATORBUG-15590. It should also work with the built-in code model. Not sure why Jason claimed it doesn't. Did you try it? - Orgad