Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Issue with my issue pane

Issue with my issue pane

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
7 Posts 3 Posters 886 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.
  • J Offline
    J Offline
    Jeandre
    wrote on last edited by
    #1

    HI
    I have an issue with my issue pane, I had some code in my .pro file that shouldn't be there and the issues tab pointed it out: "unknown modules in QT...."

    but when I removed the lines the issue still remains in the issue tab, even when creating a brand new project.

    Please help
    Jeandre

    1 Reply Last reply
    0
    • ODБOïO Offline
      ODБOïO Offline
      ODБOï
      wrote on last edited by
      #2

      Hi @Jeandre ,

      After deleting that code :

      • clean / execute qMake
      • delete automatically created folders for your app :
        build-YourAppName-Desktop_Qt_x_x_x_CompilerName-Release
        build-YourAppName-Desktop_Qt_x_x_x_CompilerName-Debug

      maybe this can solve your issue.

      J 1 Reply Last reply
      1
      • ODБOïO ODБOï

        Hi @Jeandre ,

        After deleting that code :

        • clean / execute qMake
        • delete automatically created folders for your app :
          build-YourAppName-Desktop_Qt_x_x_x_CompilerName-Release
          build-YourAppName-Desktop_Qt_x_x_x_CompilerName-Debug

        maybe this can solve your issue.

        J Offline
        J Offline
        Jeandre
        wrote on last edited by
        #3

        @LeLev
        Thanks for your quick reply, but unfortunately it didn't help, thinking there must be a cache file somewhere?

        ODБOïO 1 Reply Last reply
        0
        • J Jeandre

          @LeLev
          Thanks for your quick reply, but unfortunately it didn't help, thinking there must be a cache file somewhere?

          ODБOïO Offline
          ODБOïO Offline
          ODБOï
          wrote on last edited by ODБOï
          #4

          On windows (7) C:\Users\user\AppData\Local

          1 Reply Last reply
          0
          • J Offline
            J Offline
            Jeandre
            wrote on last edited by
            #5

            Got it!
            my code was QT +=core that I removed, so I had to reverse it again with:

            QT -=core

            Thanks for your help :)

            ODБOïO aha_1980A 2 Replies Last reply
            2
            • J Jeandre

              Got it!
              my code was QT +=core that I removed, so I had to reverse it again with:

              QT -=core

              Thanks for your help :)

              ODБOïO Offline
              ODБOïO Offline
              ODБOï
              wrote on last edited by
              #6

              @Jeandre oh nice one :p

              1 Reply Last reply
              0
              • J Jeandre

                Got it!
                my code was QT +=core that I removed, so I had to reverse it again with:

                QT -=core

                Thanks for your help :)

                aha_1980A Offline
                aha_1980A Offline
                aha_1980
                Lifetime Qt Champion
                wrote on last edited by
                #7

                @Jeandre so please close this topic as SOLVED. thanks

                Qt has to stay free or it will die.

                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