Hey guys,
I am currently using Qt 4.6.3 with VS2008. Now i want to install QtMobility 1.2, but i have some troubles:
Here is the installation guide: http://doc.qt.nokia.com/qtmobility/installation.html
I downloaded and unzipped the Qt Mobility package. Then i started the VS Command prompt and changed to the direction where i unzipped Qt mobility to (C:\Qt\qt-mobility-opensource-src-1.2.0). Qt is installed at: C:\Qt\4.6.3. Perl is installed.
What exactly should i type into the command prompt? I tried: "configure" without any prefix. Qt is found and i get no errors.
Next step is to enter: "nmake":
It gives me the following result:
What am i doing wrong?cl -c -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -GR -EHsc -W3 -w34100 -w34189
-DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_SHARED -DQTM_PLUGIN_PATH=\"C:/QtM
obility/plugins\" -DQT_MAKEDLL -DQT_BUILD_MULTIMEDIA_LIB -DQT_DLL -DQT_OPENGL_LI
B -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"c:\Qt\4.6.3
\include\QtCore" -I"c:\Qt\4.6.3\include\QtNetwork" -I"c:\Qt\4.6.3\include\QtGui"
-I"c:\Qt\4.6.3\include\QtOpenGL" -I"c:\Qt\4.6.3\include" -I"..\global" -I"." -I
"audio" -I"video" -I"effects" -I"c:\Qt\4.6.3\include\ActiveQt" -I"..\..\build\De
bug\QtMultimediaKit\moc" -I"c:\Qt\4.6.3\mkspecs\default" -Fo..\..\build\Debug\Qt
MultimediaKit\ @D:\DOKUME~1\aimz\LOKALE~1\Temp\nm146.tmp
qmediaplayer.cpp
c:\qt\qt-mobility-opensource-src-1.2.0\src\multimedia\qmediaplayer.h(51) : fatal
error C1083: Datei (Include) kann nicht geöffnet werden: "QtNetwork/qnetworkcon
figuration.h": No such file or directory
qmediaplayercontrol.cpp
c:\qt\qt-mobility-opensource-src-1.2.0\src\multimedia\qmediaplayer.h(51) : fatal
error C1083: Datei (Include) kann nicht geöffnet werden: "QtNetwork/qnetworkcon
figuration.h": No such file or directory
qmediaplaylist.cpp
c:\qt\qt-mobility-opensource-src-1.2.0\src\multimedia\qmediaplayer.h(51) : fatal
error C1083: Datei (Include) kann nicht geöffnet werden: "QtNetwork/qnetworkcon
figuration.h": No such file or directory
qmediaserviceprovider.cpp
c:\qt\qt-mobility-opensource-src-1.2.0\src\multimedia\qmediaplayer.h(51) : fatal
error C1083: Datei (Include) kann nicht geöffnet werden: "QtNetwork/qnetworkcon
figuration.h": No such file or directory
qmedianetworkaccesscontrol.cpp
c:\qt\qt-mobility-opensource-src-1.2.0\src\multimedia\qmedianetworkaccesscontrol
.h(49) : fatal error C1083: Datei (Include) kann nicht geöffnet werden: "QtNetwo
rk/qnetworkconfiguration.h": No such file or directory
Code wird generiert...
NMAKE : fatal error U1077: ""D:\Programme\Microsoft Visual Studio 9.0\VC\BIN\cl.
EXE"": Rückgabe-Code "0x2"
Stop.
NMAKE : fatal error U1077: ""D:\Programme\Microsoft Visual Studio 9.0\VC\BIN\nma
ke.exe"": Rückgabe-Code "0x2"
Stop.
NMAKE : fatal error U1077: "cd": Rückgabe-Code "0x2"
Stop.
NMAKE : fatal error U1077: "cd": Rückgabe-Code "0x2"
Stop.
I tested an QtMobility example (audiorecorder), it gives me the following error:
1>LINK : fatal error LNK1181: Eingabedatei "QtMultimediaKitd1.lib" kann nicht geöffnet werden. (QtMultiediaKit1.lib not found).
Can anyone help me out?
thanks
Bookmarks