Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Unknown module(s) in QT: core gui while using pre compiled build for mingw-64

Unknown module(s) in QT: core gui while using pre compiled build for mingw-64

Scheduled Pinned Locked Moved Unsolved General and Desktop
8 Posts 2 Posters 2.2k Views
  • 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.
  • P Offline
    P Offline
    Pradip Shinde
    wrote on last edited by
    #1

    I have downloaded Qt5.6 pre compiled for mingw-64 , i have create qt.conf file also to change predefined path, when using qmake its giving error as shown. same command i am using

    D:\PROGRAMS\mingwtest\mingw_test>qmake -spec D:\QT\Qt-5.6\mkspecs\win32-g++ -o M akefile mingw_test.pro Project ERROR: Unknown module(s) in QT: core gui

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

      Hi and welcome to devnet,

      Where did you download that version of Qt from ?

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

      P 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi and welcome to devnet,

        Where did you download that version of Qt from ?

        P Offline
        P Offline
        Pradip Shinde
        wrote on last edited by
        #3

        @SGaist
        I have downloaded it from https://wiki.qt.io/MinGW-64-bit

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

          I just saw I missed you modified the qt.conf file. What did you put in there and why ?

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

          P 1 Reply Last reply
          1
          • SGaistS SGaist

            I just saw I missed you modified the qt.conf file. What did you put in there and why ?

            P Offline
            P Offline
            Pradip Shinde
            wrote on last edited by
            #5

            @SGaist I modified it to change qt hard-coded path, that set at compiled time,
            i haven't compiled it

            below are the contents of qt.conf file

            [Paths]
            LIBRARIES=D:/QT/Qt-5.6/lib
            QTDIR=D:/QT/Qt-5.6/bin
            MAKESPACE=D:/QT/Qt-5.6/mkspecs
            PLUGINS=D:/QT/Qt-5.6/plugins

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

              You should follow the format give here. Casing included.

              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
              1
              • P Offline
                P Offline
                Pradip Shinde
                wrote on last edited by
                #7

                Yes, i referred same

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

                  Including the casing of the keywords ?

                  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