Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. 'QObject' file not found
Forum Updated to NodeBB v4.3 + New Features

'QObject' file not found

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
6 Posts 4 Posters 1.8k Views 1 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.
  • M Offline
    M Offline
    MyNameIsQt
    wrote on 11 Dec 2023, 14:12 last edited by
    #1

    My hard disk broke, so I installed qt creator on a new hard disk. I copied the project folder under development here and opened the project. But why do I get the following error?
    I installed all the libraries that were installed from the qt creator I used before.

    화면 캡처 2023-12-11 230838.png

    J 1 Reply Last reply 11 Dec 2023, 15:05
    0
    • C Christian Ehrlicher moved this topic from General and Desktop on 11 Dec 2023, 14:15
    • M MyNameIsQt
      11 Dec 2023, 14:12

      My hard disk broke, so I installed qt creator on a new hard disk. I copied the project folder under development here and opened the project. But why do I get the following error?
      I installed all the libraries that were installed from the qt creator I used before.

      화면 캡처 2023-12-11 230838.png

      J Offline
      J Offline
      J.Hilk
      Moderators
      wrote on 11 Dec 2023, 15:05 last edited by
      #2

      @MyNameIsQt

      1. close the project
      2. delete the *.user file of your project
      3. open the project anew in qtcreator
      4. follow the project setup wizard
      5. if still errors, try compiling despite errors, this is an IDE code parsing problem.
      6. if still persistent show us your projects tab and/or the kit section of QtCreator

      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      M 1 Reply Last reply 11 Dec 2023, 15:39
      5
      • C Christian Ehrlicher referenced this topic on 11 Dec 2023, 15:09
      • J J.Hilk
        11 Dec 2023, 15:05

        @MyNameIsQt

        1. close the project
        2. delete the *.user file of your project
        3. open the project anew in qtcreator
        4. follow the project setup wizard
        5. if still errors, try compiling despite errors, this is an IDE code parsing problem.
        6. if still persistent show us your projects tab and/or the kit section of QtCreator
        M Offline
        M Offline
        MyNameIsQt
        wrote on 11 Dec 2023, 15:39 last edited by MyNameIsQt 12 Nov 2023, 15:58
        #3

        @J-Hilk
        Thanks.
        화면 캡처 2023-12-12 003709.png 화면 캡처 2023-12-12 003651.png
        화면 캡처 2023-12-12 005732.jpg

        M P 2 Replies Last reply 11 Dec 2023, 16:06
        0
        • M MyNameIsQt
          11 Dec 2023, 15:39

          @J-Hilk
          Thanks.
          화면 캡처 2023-12-12 003709.png 화면 캡처 2023-12-12 003651.png
          화면 캡처 2023-12-12 005732.jpg

          M Offline
          M Offline
          MyNameIsQt
          wrote on 11 Dec 2023, 16:06 last edited by
          #4

          @MyNameIsQt
          화면 캡처 2023-12-12 010554.jpg
          화면 캡처 2023-12-12 010613.jpg

          1 Reply Last reply
          0
          • M MyNameIsQt
            11 Dec 2023, 15:39

            @J-Hilk
            Thanks.
            화면 캡처 2023-12-12 003709.png 화면 캡처 2023-12-12 003651.png
            화면 캡처 2023-12-12 005732.jpg

            P Offline
            P Offline
            Pl45m4
            wrote on 11 Dec 2023, 17:40 last edited by Pl45m4 12 Nov 2023, 17:41
            #5

            @MyNameIsQt

            What is this symbol/char, where you would expect a slash ( /) as path separator?
            Did you copy your settings from the broken drive?

            Edit:

            It's the ₩ Won currency symbol, right?!
            I don't think this should be in your Qt Kit path...


            If debugging is the process of removing software bugs, then programming must be the process of putting them in.

            ~E. W. Dijkstra

            C 1 Reply Last reply 11 Dec 2023, 18:58
            0
            • P Pl45m4
              11 Dec 2023, 17:40

              @MyNameIsQt

              What is this symbol/char, where you would expect a slash ( /) as path separator?
              Did you copy your settings from the broken drive?

              Edit:

              It's the ₩ Won currency symbol, right?!
              I don't think this should be in your Qt Kit path...

              C Offline
              C Offline
              cristian-adam
              wrote on 11 Dec 2023, 18:58 last edited by cristian-adam 12 Nov 2023, 19:13
              #6

              Windows is using \ as ₩ when using some Korean code page. And this is normal, unless ₩ is used as the Unicode symbol and not \.

              Qt Creator should display \ correctly since is a Unicode application.

              What happens if you build a new Qt Widgets application? Does it compile?

              1 Reply Last reply
              1

              1/6

              11 Dec 2023, 14:12

              • Login

              • Login or register to search.
              1 out of 6
              • First post
                1/6
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved