Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to configure qt creator together using cmake on macOS

How to configure qt creator together using cmake on macOS

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 2 Posters 2.2k Views 2 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.
  • waschbaerW Offline
    waschbaerW Offline
    waschbaer
    wrote on last edited by waschbaer
    #1

    Hi,

    I am newie here and want to ask how to configure the qtcreator on MacOs. Could anyone give more details and explanations?

    I type Qt\ Creator CMakeLists.txt in the terminal, and i got following Error messages:

    No tool chain set up in kit "Desktop Qt 5.8.0 clang 64bit" for "C".
    No tool chain set up in kit "Desktop Qt 5.8.0 clang 64bit" for "C".
    Warning: Could not determine default QPA plugin for static Qt.
    Warning: Could not determine default QPA plugin for static Qt.

    How could I work qt creator with CMakeLists.txt correctly?

    Best,
    Yumin

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mostefa
      wrote on last edited by
      #2

      Hi @Washington

      What about this documentation ?

      1 Reply Last reply
      3
      • waschbaerW Offline
        waschbaerW Offline
        waschbaer
        wrote on last edited by
        #3
        This post is deleted!
        M 1 Reply Last reply
        0
        • waschbaerW waschbaer

          This post is deleted!

          M Offline
          M Offline
          mostefa
          wrote on last edited by
          #4

          @waschbaer said in How to configure qt creator together using CMakeLists.txt:

          But I don't know why there is no options at all in my qtcreator for cmake, although I do have cmake.

          What is the version of your Qt creator?

          1 Reply Last reply
          0
          • waschbaerW Offline
            waschbaerW Offline
            waschbaer
            wrote on last edited by waschbaer
            #5

            Qt 5.8

            After several times, I have this cmake tools in the "manage kits" windows.

            But it seems like I link 32 bits but I should link 64bit....But I don't know how.

            I have tried following in building environments

            Set Path: add this at end: /usr/local/bin
            Set CC: /usr/bin/cc
            Set PKG_CONFIG_PATH: /Users/yuminsun/opencv/build/unix-install/opencv.pc**

            And the message is still:

            No tool chain set up in kit "Desktop Qt 5.8.0 clang 64bit" for "C".
            No tool chain set up in kit "Desktop Qt 5.8.0 clang 64bit" for "C".
            2017-12-19 13:18:52.433 Qt Creator[25679:2490412] IMKClient Stall detected, please Report your user scenario attaching a spindump (or sysdiagnose) that captures the problem - (imkxpc_bundleIdentifierWithReply:) block performed very slowly (1.12 secs).
            Warning: Could not determine default QPA plugin for static Qt.
            Warning: Could not determine default QPA plugin for static Qt.
            QUnifiedTimer::stopAnimationDriver: driver is not running

            And press control+B, it gives:

            :-1: error: symbol(s) not found for architecture x86_64
            :-1: error: linker command failed with exit code 1 (use -v to see invocation)

            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