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. Qtmobility installation problem (/qnetworkconfiguration.h not found)
Forum Updated to NodeBB v4.3 + New Features

Qtmobility installation problem (/qnetworkconfiguration.h not found)

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 2.4k 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.
  • A Offline
    A Offline
    axjacosta
    wrote on last edited by
    #1

    Hello all,
    I am trying to install QtMobility, but try as I might I cant get it to work.
    When I run nmake I get the following problem

    c:\qtmobility\src\multimedia\qmediaplayer.h(51) : fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "QtNetwork/qnetworkconfiguration.h": No such file or directory
    qmediaplayercontrol.cpp
    c:\qtmobility\src\multimedia\qmediaplayer.h(51) : fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "QtNetwork/qnetworkconfiguration.h": No such file or directory
    qmediaplaylist.cpp
    c:\qtmobility\src\multimedia\qmediaplayer.h(51) : fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "QtNetwork/qnetworkconfiguration.h": No such file or directory
    qmediaserviceprovider.cpp
    c:\qtmobility\src\multimedia\qmediaplayer.h(51) : fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "QtNetwork/qnetworkconfiguration.h": No such file or directory
    qmedianetworkaccesscontrol.cpp
    c:\qtmobility\src\multimedia\qmedianetworkaccesscontrol.h(49) : fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "QtNetwork/qnetworkconfiguration.h": No such file or directory

    Obviously I looked through my QtNetwork folder and found that the file "qnetworkconfiguration.h" does not exist. I have two version of the Qt framework 4.6.1 and 4.7.1 but none have the file. What I did find out is that in the src folder in QtMobility I find this file, am I supossed to just copy and paste this file inside my QtNetwork folder???

    PS:
    When I run the configure command it says
    Checking available Qt
    4.6.1
    On my computer I have Qt 4.6.1 and 4.7.1, my PATH has a variable \qt\qt-4.7.1. So I don't understand why it would use Qt 4.6.1. Any ideas?

    Thanks

    1 Reply Last reply
    0
    • EddyE Offline
      EddyE Offline
      Eddy
      wrote on last edited by
      #2

      Did you do this:

      bq. To link against the module, add this line to your qmake .pro file:
      QT += network

      Qt Certified Specialist
      www.edalsolutions.be

      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