When I try to import a simple Creator generated .pro files into VisualStudio
using the MSVC Qt Intergration option ("Qt->Open Qt Project File), the
import fails immediately with the errors:--- (Import): Generating new project of PulseButton.pro file --- (qmake) : Using: c:\qt\4.5.2\bin\qmake --- (qmake) : Working Directory: C:\Users\<removed>\Documents\ PulseButton --- (qmake) : Arguments: -spec $(QTDIR)\mkspecs\win32-g++ -tp vc "PulseButton.pro" -o "PulseButton.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 [1] - WARNING: Unable to generate output for: C:/Users/<removed>/Documents/PulseButton//PulseButton.vcproj.Debug [TEMPLATE vcapp] [2] - WARNING: Unable to generate output for: C:/Users/<removed>/Documents/PulseButton//PulseButton.vcproj.Release [TEMPLATE vcapp] --- (Import): Error(s): 2 --- (qmake) : Exit Code: 0 --- (Import): Generated project could not be loaded. --- (Import): Please look in the output above for errors and warnings. It even fails to import an empty pro file generated by the Empty Qt4 Project template! I'm using the LGPL version of Qt. There are are actually two side-by-side installs; one built with MinGW for use with Creator and one built with MSVC ofr use with VisualStudio. But I don't see how that could be the problem when trying to import an empty .pro. Any suggestions?
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
