Hi, I installed the Qt Visual Studio Addin 1.0.0 beta. First it complained that it could not find any Qt versions. I ignored this message and went on with installing. After that I launched VS2008 and added my compiled Qt version unter Qt -> Configure Qt Versions.
Launching Designer via Qt -> Launch Designer works like a charm, but when I want to open a *.pro file I get this output: ------------------- Output ---------------------------------- --- (Import): Generating new project of Berichte-Ork.pro file --- (qmake) : Using: \bin\qmake --- (qmake) : Working Directory: E:\Entwicklung\Berichte-Ork --- (qmake) : Arguments: -spec $(QTDIR)\mkspecs\win32-msvc2008 -tp vc "Berichte-Ork.pro" -o "Berichte-Ork.vcproj" QMAKE_INCDIR_QT=$(QTDIR)\include QMAKE_LIBDIR_QT= QMAKE_LIBDIR=$(QTDIR)\lib QMAKE_UIC=$(QTDIR)\bin\uic.exe QMAKE_MOC=$(QTDIR)\bin\moc.exe QMAKE_RCC=$(QTDIR)\bin\rcc.exe QMAKE_QMAKE=$(QTDIR)\bin\qmake.exe The system cannot find the file specified ------------------------------------------------------------- I set the QTDIR environment variable for Windows, but I still get this message. _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
