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. Building example from git - source ... where are "build" project source / text files ?
Forum Updated to NodeBB v4.3 + New Features

Building example from git - source ... where are "build" project source / text files ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 206 Views 3 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 am assuming that I actually "configured" cloned application from source code.
    Is that why mu project name includes [dev]?

    The lengthy process also sort of assume that I know when to run "cmake".

    However, the cmake very lass entry is even more assuming.

    The "build" files are written to /tmp ... which was never specified ...
    OK but the "stuff " generated in /tmp contains subfolders...

    **Basically - I am assuming I could now import build x.pro and associated source files as a Qt project

    if I knew where in /tmp /xxx folder to find it while still in same "configure" process. .**

    So far my "project" contains "cloned application [dev]" - and that is how I am assuming I have source code which needs to be "configured".

    Now I need the actual "build " source files .

    .................................
    To configure and build other Qt modules, you can use the following convenience script:
            /usr/local/bin/qt-configure-module
    
    If reconfiguration fails for some reason, try to remove 'CMakeCache.txt' from the build directory 
    
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /tmp/QtCreator-jHRRKh/qtc-cmake-zeIygDxk
    Elapsed time: 00:33.
    
    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      As written in this thread of yours, you clone the whole qtbase module.

      The "[dev]" means that you are on the dev branch of the repository which is currently the Qt 6 development.
      If using Qt 5.15, you should switch to that branch.

      You do not to configure nor build the qtbase module. Just navigate to the examples sub folder and search there the project you are looking for.

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

      1 Reply Last reply
      2

      • Login

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