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. C Makefile project: how to keep .creator files in a different location?
Forum Updated to NodeBB v4.3 + New Features

C Makefile project: how to keep .creator files in a different location?

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

    Hi all, I am using Qt Creator as an IDE for a Makefile C application successfully.

    In order to do it, I have several Qt Creator files inside the project folder (.creator, .file, etc..). The project folder is a git repo, and I don't want to include them to the version control, nor I want to add them to .gitignore, so I am guessing that the simplest thing to do, if possible, is to move those files in a different location.

    Is it possible? How to do that?

    I tried manually by setting absolute path in .files and .includes files, but it seems that Creator is not able to find them.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      What is the issue with adding these files to .gitignore ? That's exactly the purpose of that file.

      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
      1

      • Login

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