Re: [CMake] CMake keeps on referencing an uninstalled Qt

2015-10-12 Thread Laura Médioni
least removed all references to Qt5 in the CMakeCache.txt (e.g. with cmake-gui)? Christian *Von:* "Laura Médioni" *Betreff:* Re: [CMake] CMake keeps on referencing an uninstalled Qt On 10/09/2015 06:48 PM, John Drescher wrote: > On Fri, Oct 9, 2015 at 9:53 AM, Laura Médioni wrote:

Re: [CMake] CMake keeps on referencing an uninstalled Qt

2015-10-12 Thread Christian Ehrlicher
Hi,   Did you really recreated (deleted) your CMakeCache.txt after changing your Qt installation? Or at least removed all references to Qt5 in the CMakeCache.txt (e.g. with cmake-gui)?   Christian   Von: "Laura Médioni" Betreff: Re: [CMake] CMake keeps on referencing an uninstal

Re: [CMake] CMake keeps on referencing an uninstalled Qt

2015-10-12 Thread Laura Médioni
On 10/09/2015 06:48 PM, John Drescher wrote: On Fri, Oct 9, 2015 at 9:53 AM, Laura Médioni wrote: Hi, I am facing a problem with CMake 3.4 under Windows. My CMake project is using Qt. Recently I uninstalled Qt and reinstalled it. Since then, the previous Qt install keeps on appearing in the CM

Re: [CMake] CMake keeps on referencing an uninstalled Qt

2015-10-09 Thread John Drescher
On Fri, Oct 9, 2015 at 9:53 AM, Laura Médioni wrote: > Hi, > > I am facing a problem with CMake 3.4 under Windows. > My CMake project is using Qt. Recently I uninstalled Qt and reinstalled it. > Since then, the previous Qt install keeps on appearing in the > CMakeCache.txt, leading to link edition

[CMake] CMake keeps on referencing an uninstalled Qt

2015-10-09 Thread Laura Médioni
Hi, I am facing a problem with CMake 3.4 under Windows. My CMake project is using Qt. Recently I uninstalled Qt and reinstalled it. Since then, the previous Qt install keeps on appearing in the CMakeCache.txt, leading to link edition errors. Extract of CMakeCache.txt content: ///Dependencies