Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Error: 'QtWinExtras' is not installed (solved)
Forum Updated to NodeBB v4.3 + New Features

Error: 'QtWinExtras' is not installed (solved)

Scheduled Pinned Locked Moved Mobile and Embedded
8 Posts 2 Posters 6.1k 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.
  • H Offline
    H Offline
    houmingc
    wrote on last edited by
    #1

    I downloaded two qt example, Quickplayer and Musicplayer.

    when i run both sample, error shows module "QtWinExtras" is not installed
    and QtWinExtras:No such file or directory.

    can someone direct me to the link on how to get QtWinExtra installed?
    I search and can't find this files in the internet

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      How did you installed Qt ? Online installer ? Offline ? Which version are you using ? On what exact OS ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • H Offline
        H Offline
        houmingc
        wrote on last edited by
        #3

        i am using Qt Creator 3.1.2 (opensource) based on Qt 5.3.1
        My host platform is unix ubuntu
        distributor ID: ubuntu
        Description: Ubuntu 12.04.5 LTS
        release:12.04
        Codename: precise
        ==SDK download=====================================
        I download it from http://qt.nokia.com/downloads
        chmod u+x qt-sdk-linux-x86-opensource-2010.04.bin
        ./qt-sdk-linux-x86-opensource-2010.04.bin

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          That won't work, you are trying to build a Windows specific example relying on a Windows specific module on linux with a 4 year old SDK

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • H Offline
            H Offline
            houmingc
            wrote on last edited by
            #5

            please guide me how to install a newest qt SDK or the link on how it can be done... i am a newbie

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Just grab the SDK from the "download page":http://www.qt.io/download/

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • H Offline
                H Offline
                houmingc
                wrote on last edited by
                #7

                So, i presumed the problem below is due to old version of Qtcreator.

                "/home/common/Qt5.3.1/Examples/Qt-5.3/winextras/musicplayer/musicplayer.cpp:45: error: QtWinExtras: No such file or directory"

                Sadly, i cannot change this old version of Qtcreator, because my Qtcreator version has to be in syn with Qt-everywhere for embedded.
                I think i will stop here.

                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  It has nothing to do with the version of Qt Creator.

                  You are trying to build a Windows (as in Microsoft Windows ™) specific example on Linux. The winextras module is for Windows specific additional classes/helper functions etc. You have the same for OS X/iOS with the QtMacExtras module and for linux it's the QtX11Extras module.

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  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