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. QCoreApplication symbol cannot be found when using CMake to create a project in QtCreator
Forum Updated to NodeBB v4.3 + New Features

QCoreApplication symbol cannot be found when using CMake to create a project in QtCreator

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
5 Posts 3 Posters 447 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.
  • T Offline
    T Offline
    ThePublicName
    wrote on last edited by
    #1

    Here is CMakeList.txt
    3587ce38-ff2b-4228-9c2b-a65560dae6c8-image.png
    Here are errors
    85f9903d-4e81-4ba0-aa9d-37dce752e415-image.png
    I checked the config path and thought there should be no errors.

    Christian EhrlicherC 1 Reply Last reply
    0
    • T ThePublicName

      Here is CMakeList.txt
      3587ce38-ff2b-4228-9c2b-a65560dae6c8-image.png
      Here are errors
      85f9903d-4e81-4ba0-aa9d-37dce752e415-image.png
      I checked the config path and thought there should be no errors.

      Christian EhrlicherC Online
      Christian EhrlicherC Online
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @ThePublicName Please don't pos tscreenshots but actual text

      You can see the error message in the output - the Qt libs you use don't match the current architecture (arm64) - make sure do not mix the architectures.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      T 1 Reply Last reply
      1
      • Christian EhrlicherC Christian Ehrlicher

        @ThePublicName Please don't pos tscreenshots but actual text

        You can see the error message in the output - the Qt libs you use don't match the current architecture (arm64) - make sure do not mix the architectures.

        T Offline
        T Offline
        ThePublicName
        wrote on last edited by
        #3

        @Christian-Ehrlicher Thank you for your reply, I will not put screenshot next time.
        The architecture error is just a warning. Should I care about that?
        If I use qmake to build a project, it can work fine.
        I don't understand why this is happening

        SGaistS 1 Reply Last reply
        0
        • T ThePublicName

          @Christian-Ehrlicher Thank you for your reply, I will not put screenshot next time.
          The architecture error is just a warning. Should I care about that?
          If I use qmake to build a project, it can work fine.
          I don't understand why this is happening

          SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @ThePublicName hi,

          When using qmake, are you sure you are using the same version of Qt ?

          The message suggests that you are running an Intel base machine. Is that so ?
          How did you install Qt ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          T 1 Reply Last reply
          1
          • SGaistS SGaist

            @ThePublicName hi,

            When using qmake, are you sure you are using the same version of Qt ?

            The message suggests that you are running an Intel base machine. Is that so ?
            How did you install Qt ?

            T Offline
            T Offline
            ThePublicName
            wrote on last edited by
            #5

            @SGaist Thank you. I re-downloaded the arm version of Qt and it worked normally.

            1 Reply Last reply
            0
            • T ThePublicName has marked this topic as solved on

            • Login

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