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. Structure in the Project with Folders in Qt Creator or in the Repository
QtWS25 Last Chance

Structure in the Project with Folders in Qt Creator or in the Repository

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 4.2k Views
  • 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.
  • M Offline
    M Offline
    MaKoZer
    wrote on last edited by
    #1

    Hello,
    sorry if im unable to find something on the Internet or in the Qt Creator, but ...

    Actually my Projekt is just a big bunch of files that are lying in the root folder ... :(
    this is my project on GitHub and .. just looks terrible ...
    0_1537798547505_plzcleanup.jpg

    the look in my Qt Creater could be way better ...

    what i want to have is, that i seperate files into folders like GUI or BackEnd or something like this and the structure is in the Qt creator visible, too ...

    MS Visual Studio has the ability to create folders to sort files and it looks great ...
    i want something like this:

    0_1537798946156_greatlooking.jpg

    it looks way better and easier to see ..

    how do i give my project structure with folders etc in Qt Creator?
    You cant tell me, that big projects with over 1000 files still keep this structure x_X

    Thx for answers :)

    Greetings

    aha_1980A 1 Reply Last reply
    0
    • M MaKoZer

      Hello,
      sorry if im unable to find something on the Internet or in the Qt Creator, but ...

      Actually my Projekt is just a big bunch of files that are lying in the root folder ... :(
      this is my project on GitHub and .. just looks terrible ...
      0_1537798547505_plzcleanup.jpg

      the look in my Qt Creater could be way better ...

      what i want to have is, that i seperate files into folders like GUI or BackEnd or something like this and the structure is in the Qt creator visible, too ...

      MS Visual Studio has the ability to create folders to sort files and it looks great ...
      i want something like this:

      0_1537798946156_greatlooking.jpg

      it looks way better and easier to see ..

      how do i give my project structure with folders etc in Qt Creator?
      You cant tell me, that big projects with over 1000 files still keep this structure x_X

      Thx for answers :)

      Greetings

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @MaKoZer

      If you move your source files and headers to a subdirectory, this structure will be reflected in Creators Projects tree. For small apps that may be enough.

      If you have really big apps, you can use a SUBDIRS project to structure your app into libraries, tests and the main program.

      Regards

      Qt has to stay free or it will die.

      M 1 Reply Last reply
      3
      • aha_1980A aha_1980

        @MaKoZer

        If you move your source files and headers to a subdirectory, this structure will be reflected in Creators Projects tree. For small apps that may be enough.

        If you have really big apps, you can use a SUBDIRS project to structure your app into libraries, tests and the main program.

        Regards

        M Offline
        M Offline
        MaKoZer
        wrote on last edited by
        #3

        @aha_1980
        oh ... wow ...exactly what i was looking for ....

        goddamn, i thought i crash it when i try to move stuff and reopen Qt :D

        was searching in the Qt Creator so long for an option like this ...

        thx a lot!

        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