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. Git config
Forum Updated to NodeBB v4.3 + New Features

Git config

Scheduled Pinned Locked Moved Qt Creator and other tools
4 Posts 3 Posters 1.2k 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
    amigo421
    wrote on last edited by
    #1

    Hello, all
    one more question from newbie :)
    unlike cdt (which I used earlier) seems qtcreator can't work with github without external git client?
    or I'm wrong with a <some> settings?

    Rgds,
    Ernst

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andreyc
      wrote on last edited by
      #2

      Yes, QtCreator requires an external git client or other VCS clients.
      The settings are defined in Tools/Options/Version Control.

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

        thank you!
        to avoid new topic , can someone assist me to find the doc out which describes pro file syntax, please?

        actually the question is:
        in the case src is not ion the same level with buid
        SOURCES += src\main.cpp
        however it doesn't allow me to specify build folders like above with usual error - sources on the same level with binary build
        seems I have to specify src subfolder as sources forcely

        1 Reply Last reply
        0
        • K Offline
          K Offline
          koahnig
          wrote on last edited by
          #4

          The .pro files use the "qmake syntax.":http://qt-project.org/doc/qt-5/qmake-manual.html

          In general you should use Qt creator to add files (e.g. Add Existing Files). The build is often done in a build directory which is separate.

          Vote the answer(s) that helped you to solve your issue(s)

          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