Results 1 to 2 of 2

Thread: Problems with installing Qt Mobility 1.2

  1. #1
    Join Date
    Jun 2012
    Posts
    6
    Qt products
    Qt4
    Platforms
    Windows

    Default Problems with installing Qt Mobility 1.2

    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 am i doing wrong?

    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

  2. #2
    Join Date
    Jun 2012
    Posts
    6
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Problems with installing Qt Mobility 1.2

    Any ideas?

Similar Threads

  1. Problem with installing Qt Mobility 1.2.0 on Ubuntu 11.04
    By nasiroudin in forum Installation and Deployment
    Replies: 0
    Last Post: 30th December 2011, 20:39
  2. Installing qt-mobility 1.2 on OpenSuse 11.2 (64 bit)
    By TheIndependentAquarius in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 17th May 2011, 11:30
  3. need help in installing Qt Mobility 1.1.0
    By doforumda in forum Qt Quick
    Replies: 1
    Last Post: 2nd January 2011, 11:02
  4. error installing qt-mobility with qt 4.7 on Windows 7
    By kaycee1 in forum Installation and Deployment
    Replies: 2
    Last Post: 24th September 2010, 18:22
  5. Replies: 2
    Last Post: 16th January 2010, 19:10

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.