
Originally Posted by
Berryblue031
I use Phonon in my app to play audio with Visual Studio 2010 Qt 4.7.0 for visual studio and the Qt for VSPlugin.
Did you remember to add the Phonon module to your project? I didn't have any problems at all with it.
The thing is that I can't compile normal Qt either. When I load a pro file from VS 2010 it says it cannot find the path to the specified file but it doesn't even say which file it is. This is the error I get when loading a *.pro file:
--- (Import): Generating new project of myproject.pro file
--- (qmake) : Using: \bin\qmake
--- (qmake) : Working Directory: C:\Documents and Settings\Administrator\Desktop\myproject
--- (qmake) : Arguments: -tp vc "myproject.pro" -o "myproject.vcxproj" 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 path specified
--- (Import): Generating new project of myproject.pro file
--- (qmake) : Using: \bin\qmake
--- (qmake) : Working Directory: C:\Documents and Settings\Administrator\Desktop\myproject
--- (qmake) : Arguments: -tp vc "myproject.pro" -o "myproject.vcxproj" 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 path specified
To copy to clipboard, switch view to plain text mode
Bookmarks