[Paraview] CMake Doesn't Use Correct Qt Building 3.2b
Mike Jackson
imikejackson at gmail.com
Thu Nov 15 15:49:59 EST 2007
Can you set the QTDIR environment variable? If you can (and not mess
up other apps) then set it to where your Qt 4.2.2 installation is.
<opinion> I also have to have BOTH Qt 4.2.3 AND 4.3.2 on my system.
At which point I sandboxed BOTH installations into /Users/Shared/
Toolkits/Qt432 and /Users/Shared/Toolkits/Qt423. I then export
QTDIR='/Users/Shared/Toolkits/Qt423' before running a fresh cmake on
the project. Just my 2 cents</opinion>
--
Mike Jackson Senior Research Engineer
Innovative Management & Technology Services
On Nov 15, 2007, at 3:41 PM, Kent Eschenberg wrote:
> I have both Qt 4.2.2 and Qt 4.3.2 in /usr/local and set
> QT_QMAKE_EXECUTABLE to the qmake in 4.2.2. But after it all
> compiled weird things happened such as the problem posted as
> "_ZN11QHeaderView5resetEv Where Are You?".
>
> In CMakeCache.txt I found that QT_QMAKE_EXECUTABLE is indeed the
> value I set but all the other Qt values were set to items in 4.3.2.
> That doesn't seem right -- cmake should use the path I gave it.
>
> I'm going to have to temporary hide Qt 4.3.2 (which will
> temporarily break other applications) and rebuild the whole thing.
>
> Kent
> Pittsburgh Supercomputing Center
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
More information about the ParaView
mailing list