PDA

View Full Version : installing problem



mickey
24th September 2006, 01:44
Hi I'm trying to use qt4 open source. I've install it; I also have qt 3.2 on; after installation I launched .net an got the 'open .pro'. It appears this message... Do I have to unistall one? Why .net search in qt4 dir? I understood .net don't support qt4 open source...thanks

mickey
24th September 2006, 19:34
sorry: message is that!

jacek
24th September 2006, 19:48
There is no include/qglobal.h file in Qt4. Are you sure you are trying to compile Qt4 code?

mickey
24th September 2006, 20:58
that .pro is generated by qt3; but I've qt3 and qt4 installed; I'd like they can coesists....(?)
But: can I use .net to manage .pro (qt4 generated) file and then compile the project in console? (qmake, nmake). If I understand .net can open .pro but it can compile it (with open QT)...thanks

jpn
24th September 2006, 21:10
Try these instructions: Qt4 with Visual Studio (http://qtnode.net/wiki/Qt4_with_Visual_Studio).

jacek
24th September 2006, 21:30
that .pro is generated by qt3; but I've qt3 and qt4 installed; I'd like they can coesists....(?)
If you have set environment variables in such way that they point to Qt4 headers, then you won't be able to use Qt3 until you change them.