Qt Forum

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

    Unsolved Files and Classes tab is empty

    General and Desktop
    3
    9
    2016
    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.
    • Julio
      Julio last edited by

      Hi,
      I'm new to QT Creator , when I walk into the New Project Files and Classes tab is empty as I fix this?

      ? 1 Reply Last reply Reply Quote 0
      • ?
        A Former User @Julio last edited by

        @Julio Hi, and welcome to the Qt forum! Could you please make a screenshot, just to make sure we're talking about the same menus. (You can post an image for example at http://postimage.org/ and then include it here with ![](image-url).)

        1 Reply Last reply Reply Quote 1
        • Julio
          Julio last edited by

          Thank you
          I realized that when I try to create a new project does not appear classes
          link text

          I do not know if it's related, but I did a project and work normal, but when I use the library <limits > appeared this error
          link text

          ? 1 Reply Last reply Reply Quote 0
          • ?
            A Former User @Julio last edited by A Former User

            On my machine the list is also empty but only when I click the "New project" button on the "Welcome" page. It works as expected when I click "File" -> "New File or Project..." in the main menu.

            1 Reply Last reply Reply Quote 2
            • Julio
              Julio last edited by Julio

              ah ok ..
              here it is so ..
              How can I resolve the error: QMAKE_LFLAGS_EXCEPTIONS_ON: No such file or directory
              link text
              it does not recognize <limits >

              jsulm 1 Reply Last reply Reply Quote 0
              • jsulm
                jsulm Lifetime Qt Champion @Julio last edited by

                @Julio The problem is not limits.
                Did you put QMAKE_LFLAGS_EXCEPTIONS_ON in your pro file?
                Can you post the content of your pro file?

                https://forum.qt.io/topic/113070/qt-code-of-conduct

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

                  @jsulm said:

                  Did you put QMAKE_LFLAGS_EXCEPTIONS_ON in your pro file?
                  Can you post the content of your pro file?

                  Hi,
                  Pro file is link text

                  1 Reply Last reply Reply Quote 0
                  • jsulm
                    jsulm Lifetime Qt Champion last edited by

                    You should not use QMAKE_CXXFLAGS to activate C++11, do it this way:
                    CONFIG += c++11

                    Except from that it looks OK. What is the content of the Makefile?

                    https://forum.qt.io/topic/113070/qt-code-of-conduct

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

                      I did a test
                      and this error appears just when I create a new project and command run. Even if I do not put anything

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