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. Qt Creator is not showing up the Qt source code submodule(qt3d,qtactiveqt, etc) files
Qt 6.11 is out! See what's new in the release blog

Qt Creator is not showing up the Qt source code submodule(qt3d,qtactiveqt, etc) files

Scheduled Pinned Locked Moved Unsolved General and Desktop
14 Posts 3 Posters 2.1k Views 2 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.
  • Vinod KuntojiV Offline
    Vinod KuntojiV Offline
    Vinod Kuntoji
    wrote on last edited by Vinod Kuntoji
    #1

    Hi, Qt Creator is not showing up the Qt source code submodule(qt3d,qtactiveqt, etc) files

    C++, Qt, Qt Quick Developer,
    PthinkS, Bangalore

    JKSHJ 1 Reply Last reply
    0
    • Vinod KuntojiV Vinod Kuntoji

      Hi, Qt Creator is not showing up the Qt source code submodule(qt3d,qtactiveqt, etc) files

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      @Vinod-Kuntoji said in Qt Creator is not showing up the Qt source code submodule(qt3d,qtactiveqt, etc) files:

      Hi, Qt Creator is not showing up the Qt source code submodule(qt3d,qtactiveqt, etc) files

      Can you explain more? Where should the source code "show up"?

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • Vinod KuntojiV Offline
        Vinod KuntojiV Offline
        Vinod Kuntoji
        wrote on last edited by
        #3

        @JKSH ,

        I am trying to build qt source code in qt creator

        C++, Qt, Qt Quick Developer,
        PthinkS, Bangalore

        JKSHJ 1 Reply Last reply
        0
        • Vinod KuntojiV Vinod Kuntoji

          @JKSH ,

          I am trying to build qt source code in qt creator

          JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by
          #4

          @Vinod-Kuntoji said in Qt Creator is not showing up the Qt source code submodule(qt3d,qtactiveqt, etc) files:

          I am trying to build qt source code in qt creator

          Where did you download the source code?

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          1 Reply Last reply
          0
          • Vinod KuntojiV Offline
            Vinod KuntojiV Offline
            Vinod Kuntoji
            wrote on last edited by
            #5

            @JKSH ,

            I downloaded from git

            C++, Qt, Qt Quick Developer,
            PthinkS, Bangalore

            JKSHJ 1 Reply Last reply
            0
            • Vinod KuntojiV Vinod Kuntoji

              @JKSH ,

              I downloaded from git

              JKSHJ Offline
              JKSHJ Offline
              JKSH
              Moderators
              wrote on last edited by JKSH
              #6

              @Vinod-Kuntoji said in Qt Creator is not showing up the Qt source code submodule(qt3d,qtactiveqt, etc) files:

              I downloaded from git

              What did you do after you downloaded the code?

              Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

              1 Reply Last reply
              0
              • Vinod KuntojiV Offline
                Vinod KuntojiV Offline
                Vinod Kuntoji
                wrote on last edited by Vinod Kuntoji
                #7

                @JKSH ,

                I tried these following steps:

                1. git clone git://code.qt.io/qt/qt5.git
                2. cd qt5
                  git checkout 5.11
                3. ./init-repository --module-subset=default,-qtwebkit,-qtwebkit-examples,-qtwebengine
                4. git pull
                5. git submodule update
                6. mkdir ~/qt-build
                7. cd ~/qt-build
                8. ../qt5/configure -opensource -nomake examples -nomake tests -confirm-license
                9. make -j4

                C++, Qt, Qt Quick Developer,
                PthinkS, Bangalore

                JKSHJ 1 Reply Last reply
                0
                • Vinod KuntojiV Vinod Kuntoji

                  @JKSH ,

                  I tried these following steps:

                  1. git clone git://code.qt.io/qt/qt5.git
                  2. cd qt5
                    git checkout 5.11
                  3. ./init-repository --module-subset=default,-qtwebkit,-qtwebkit-examples,-qtwebengine
                  4. git pull
                  5. git submodule update
                  6. mkdir ~/qt-build
                  7. cd ~/qt-build
                  8. ../qt5/configure -opensource -nomake examples -nomake tests -confirm-license
                  9. make -j4
                  JKSHJ Offline
                  JKSHJ Offline
                  JKSH
                  Moderators
                  wrote on last edited by
                  #8

                  @Vinod-Kuntoji said in Qt Creator is not showing up the Qt source code submodule(qt3d,qtactiveqt, etc) files:

                  I tried these following steps:

                  1. git clone git://code.qt.io/qt/qt5.git
                  2. cd qt5
                    git checkout 5.11
                  3. ./init-repository --module-subset=default,-qtwebkit,-qtwebkit-examples,-qtwebengine
                  4. git pull
                  5. git submodule update
                  6. mkdir ~/qt-build
                  7. cd ~/qt-build
                  8. ../qt5/configure -opensource -nomake examples -nomake tests -confirm-license
                  9. make -j4

                  The steps look OK.

                  What is the problem?

                  Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                  1 Reply Last reply
                  0
                  • Vinod KuntojiV Offline
                    Vinod KuntojiV Offline
                    Vinod Kuntoji
                    wrote on last edited by
                    #9

                    @JKSH ,
                    I can able to build the source code using make command. but I am facing some problems while building the source code in qt creator.
                    Qt creator is showing only the submodule .pro files, but not showing their header and source files.

                    C++, Qt, Qt Quick Developer,
                    PthinkS, Bangalore

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

                      Hi,

                      That sounds strange but, in any case, you shouldn't try to open the complete Qt source tree in any editor be it Qt Creator or any other. There are literally tens of thousands of files to open/analyse.

                      You should rather only open the module that you would like to work on. This will avoid you to waste system resources.

                      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
                      • Vinod KuntojiV Offline
                        Vinod KuntojiV Offline
                        Vinod Kuntoji
                        wrote on last edited by
                        #11

                        @SGaist ,

                        I am not able to configure qt source code in qt creator.

                        C++, Qt, Qt Quick Developer,
                        PthinkS, Bangalore

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

                          That's a step that you need to do anyway outside of Qt Creator.

                          However after you configured and build it, you can point Qt Creator to the sources as well as corresponding build folder.

                          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
                          • Vinod KuntojiV Vinod Kuntoji

                            @SGaist ,

                            I am not able to configure qt source code in qt creator.

                            JKSHJ Offline
                            JKSHJ Offline
                            JKSH
                            Moderators
                            wrote on last edited by
                            #13

                            @Vinod-Kuntoji said in Qt Creator is not showing up the Qt source code submodule(qt3d,qtactiveqt, etc) files:

                            I am not able to configure qt source code in qt creator.

                            Like @SGaist said, you cannot use Qt Creator to configure and build Qt. You must use the console (command line).

                            Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                            1 Reply Last reply
                            2
                            • Vinod KuntojiV Offline
                              Vinod KuntojiV Offline
                              Vinod Kuntoji
                              wrote on last edited by
                              #14

                              @SGaist , @JKSH

                              Thank you.

                              C++, Qt, Qt Quick Developer,
                              PthinkS, Bangalore

                              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