Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Design Tooling
  3. Qt Design Studio
  4. What should be gitignored
Qt 6.11 is out! See what's new in the release blog

What should be gitignored

Scheduled Pinned Locked Moved Solved Qt Design Studio
3 Posts 3 Posters 1.3k 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.
  • H Offline
    H Offline
    haowenl
    wrote on last edited by
    #1

    I see several files being automatically generated by Qt Design Studio, like:

    *.qmlproject.qtds
    insight
    qmlcomponents
    qmlmodules
    src/import_qml_plugins.h
    

    Should they be versioned controlled?

    sierdzioS 1 Reply Last reply
    0
    • T Offline
      T Offline
      Thomas Hartmann
      wrote on last edited by
      #3

      Those files are part of the C++ boiler plate application and if you plan to build the application in Qt they should be checked in.

      1 Reply Last reply
      3
      • H haowenl

        I see several files being automatically generated by Qt Design Studio, like:

        *.qmlproject.qtds
        insight
        qmlcomponents
        qmlmodules
        src/import_qml_plugins.h
        

        Should they be versioned controlled?

        sierdzioS Offline
        sierdzioS Offline
        sierdzio
        Moderators
        wrote on last edited by
        #2

        I have never used Qt Design Studio so I can't comment on that. But, in general, to check what needs to be ignored, do this:

        • copy (clone) the code to another location
        • try to compile & run it
        • observe all results

        If project does not compile or run - some of those generated files are necessary. If project does not open or contains links to old location, carries settings from old location - you need to ignore (remove) some files to keep the repo clean from user-specific settings.

        (Z(:^

        1 Reply Last reply
        0
        • T Offline
          T Offline
          Thomas Hartmann
          wrote on last edited by
          #3

          Those files are part of the C++ boiler plate application and if you plan to build the application in Qt they should be checked in.

          1 Reply Last reply
          3
          • H haowenl has marked this topic as solved on

          • Login

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