Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Solved How to configure Qt Creator to find the Examples on the Welcome panel.

    General and Desktop
    4
    8
    1979
    Loading More Posts
    • 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.
    • gclayton
      gclayton last edited by

      I have downloaded and built Qt Creator 3.6 and when I start Creator I want to show the examples from my Qt 5.5.1 that I built for vs2012 x64 on Windows 10.

      When selecting the Welcome panel in Qt Creator and selecting the Examples button none of the Examples are listed for selecting.

      How do you configure Qt Creator to locate specific examples?

      1 Reply Last reply Reply Quote 0
      • Ni.Sumi
        Ni.Sumi last edited by

        hi @gclayton ,

        http://postimg.org/image/sqifr55kh/

        crosss check , whether you have selected kit or not.

        1 Reply Last reply Reply Quote 0
        • gclayton
          gclayton last edited by gclayton

          Thanks for the quick reply.

          Yes, I have selected the correct kit and can build and run the examples if I locate the project manually.

          On further investigation, If I specify a kit that was pre-built, and specify that kit in Qt Creator 3.6, then the list of examples will show up for that kit when the "Example" button is selected but for the version of Qt 5.5.1 that I built then when that kit is selected the list of examples is empty.

          I'm new to Qt build and installing the various components. Is there a special step in the Qt build/install in order to get the examples setup to be recognized by Qt Creator properly?

          1 Reply Last reply Reply Quote 0
          • E
            eureka last edited by

            @gclayton

            As a beginner I don't have an answer to your posted question but I'm also puzzled about the usage of Examples.

            I find it difficult to correlate my /opt/qt55/examples/ directory structure with the full list of examples (thumbnails) in Qt 5.5 Creator Examples panel.

            What search patterns should be used?

            e.g. if I search "svg" I see three hits ..

            but in /examples/svg there are 8 sub folders under /svg/

            draganddrop
            embedded
            embeddedsvgviewer
            network
            opengl
            richtext
            svggenerator
            svgviewer

            I can only find the path to each project example by clicking on an example which brings up a window .. "Copy Project to writable Location" .. with the project path listed .. e.g.

            for the first example found in search ..
            /opt/qt55/examples/svg/svggenerator

            for the second example found in search ..
            /opt/qt55/examples/svg/svgviewer

            for the third example found in search ..
            /opt/qt55/examples/svg/richtext/textobject

            gclayton 1 Reply Last reply Reply Quote 0
            • gclayton
              gclayton @eureka last edited by

              @eureka
              I'm sorry but you should probably start a separate thread on your specific problem as it does not pertain to my problem with getting the examples to be listed in Qt Creator.

              1 Reply Last reply Reply Quote 0
              • gclayton
                gclayton last edited by

                I think I see why the examples are not being listed in Qt Creator for my build of Qt 5.5.1 kit.

                The doc files for Qt and the examples did not get built and setup properly.

                I have been trying to sort the problem out by following the instructions for building the docs from the provided Readme files but can't get the doc files to be completely built and installed correctly.

                Ratzz 1 Reply Last reply Reply Quote 0
                • Ratzz
                  Ratzz @gclayton last edited by

                  @gclayton
                  These links might be helpful link1 ,link2 ,link3 .

                  --Alles ist gut.

                  gclayton 1 Reply Last reply Reply Quote 0
                  • gclayton
                    gclayton @Ratzz last edited by

                    @Ratzz

                    Thanks a lot for those links. I wish I had found them a little earlier.

                    I was finally able to get the list of examples to show in Qt Creator when using a kit that I had built. As suspected, I think it was because the doc files had not been installed properly.

                    I tried following the directions from the Readme file in the qtdoc folder and from the Qt Documentation Wiki but following those 'make' instructions never would create the .qch files where they should be for some reason. I was using a prefix to specify the qt install location but when the 'nmake docs' command was run it placed the doc files in the qtbase/doc folder under the qt install folder instead of my qt_build folder. I ended up copying the qdoc folder to the folder where I installed the qtbase build and run the 'nmake install_global_docs' command again and then run assistant.exe. I added my kit to Qt Creator but the examples did not list when selecting the new kit in the examples panel of Qt Creator. I then restarted Qt Creator and the examples then were listed for the new kit in Qt Creator.

                    I guess I just lucked out with this trial and error method. I definitely need more experience building qt from source and getting the doc files setup correctly.

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post