Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Cannot install QtMobility for VS2008
Qt 6.11 is out! See what's new in the release blog

Cannot install QtMobility for VS2008

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 1.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nowz
    wrote on last edited by
    #1

    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:
    @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.@

    What could i do? I have the very same problem on both of my computers.
    If i try to launch an QtMobility Example (audiorecorder) i get this error:
    LINK : fatal error LNK1181: Eingabedatei "QtMultimediaKitd1.lib" kann nicht geöffnet werden. (QtMultiediaKit1.lib not found).

    Can anyone help me? I dont know whatthe problem is, because i did everything the way it is explained in the install guide.

    thanks in advance

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved