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. Cloning option CMake stuck
Forum Updated to NodeBB v4.3 + New Features

Cloning option CMake stuck

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 2 Posters 406 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    I may have asked similar question before , but since the issue is still unresolved , here is possible dupe.

    I am following cloning wizard and I am stuck at
    Check CMake Tools -> Options ->build & run -<CMake

    e76f7208-4c97-4028-805c-5d709e88eac8-image.png

    I cannot select the available or already used "name" (?).
    I can only add - and then I really do not know what to add. Just a "name" ?

    Besides that - what the heck is "name" of CMake
    and why I have to select it anyway especially for cloned project ?

    I used this

    https://amin-ahmadi.com/2016/09/23/git-with-qt-creator-basics-how-to-clone-a-git-repository/

    and it does not cover WHAT to do , configure (?) "Check CMake Tools", , AFTER actual cloning is successfully finished.

    d311b175-5d64-4bfb-be8f-4176c29eb708-image.png

    Any reasonable suggestion would be appreciated.

    Cheers

    1 Reply Last reply
    0
    • Christian EhrlicherC Offline
      Christian EhrlicherC Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by Christian Ehrlicher
      #2

      You have to add the path to your cmake executable in the first dialog so QtCreator can use it.
      And there is a documentation for this: https://doc.qt.io/qtcreator/creator-project-cmake.html#adding-cmake-tools

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

      1 Reply Last reply
      1
      • A Offline
        A Offline
        Anonymous_Banned275
        wrote on last edited by
        #3

        OK, it is not that clear how to apply the process in Option wizard.

        I have a feeling the clone wizard is not working correctly,
        some option I can change, CMake I cannot.

        First - I have to start the ENTIRE cloning process over including physically downloading all github stuff.

        Second - no matter what I do I cannot deselect the Autorun.

        The Name field displays a name for the CMake installation.
        The Path field displays the path to the CMake executable.
        The Help file field displays the path to the CMake help file (.qch) provided by and installed with CMake.
        Deselect the Autorun CMake check box if you do not want to automatically run CMake every time when you save changes to CMakeLists.txt files.
        Select the Auto-create build directories check box to initially configure the project in a temporary directory. When you build the project Qt Creator starts from scratch and configures the project again using the build directory.
        Select Apply to save your changes.

        I'll try to do this NOT using wizard .

        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