[Interest] Recompiling qt

Thiago Macieira thiago.macieira at intel.com
Thu Oct 1 18:23:46 CEST 2015


On Thursday 01 October 2015 10:18:51 Boettger, Heiko wrote:
> Hi,
> 
> in our project we are using qt which is built from source. Whenever there is
> a configuration change I have to remove/uninstall the headers from the
> /usr/include directory before rebuilding, otherwise it seems that new
> options like "debug" not taking effect. Is there an easy way to tell qt not
> to take the deployed headers?

Options like debug are buildsystem options. If you change then, rerun the 
buildsystem tool (qmake, I assume) and clean your build (make clean). Then 
rebuild.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list