Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Showcase
  4. Create your own project templates for Qt Creator
QtWS25 Last Chance

Create your own project templates for Qt Creator

Scheduled Pinned Locked Moved Showcase
3 Posts 3 Posters 5.5k 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.
  • B Offline
    B Offline
    benlau
    Qt Champions 2016
    wrote on 1 Nov 2017, 10:26 last edited by benlau 11 Jan 2017, 14:28
    #1

    Hello,

    If you think that it is very troublesome to have lots of copy & paste of source code in creating a new project, I have a tool for you. It is qtcwizard, a software to convert your existing project into a project wizard. That is displayed in the New Dialog that opens when you choose File > New File or Project.

    Screenshot

    Example Usage.

        $ cd existing_project
        $ qtcwizard init
        generator.json created
        wizard.json created
        
        # Edit generator.json and wizard.json for customization
        
        $ qtcwizard install
        
        # Launch Qt Creator, choose  File > New File or Project > Application > Example Project.
    

    e-fever/qtcwizard: Convert a Project into a Custom Wizard in Qt Creator

    I have already converted a set of project templates for my company’s in-house and open source project into a collection. That is published on GitHub already.

    You may take them as an example or simply use our template directly.

    That includes

    1. Flux Application
    2. Qt Quick Unit Test
    3. Qt/QML Library Project (Travis and Appveyor enabled)
    4. and more...

    e-fever/e-fever-codebase: A Collection of Project Wizard for Qt Creator

    Enjoy it.

    1 Reply Last reply
    8
    • A Offline
      A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on 1 Nov 2017, 10:51 last edited by
      #2

      +1

      It would be perfect, if this was in fact a wizard included in QtCreator :)

      Qt has to stay free or it will die.

      1 Reply Last reply
      3
      • J Offline
        J Offline
        jacobjizics
        Banned
        wrote on 26 Feb 2019, 07:17 last edited by
        #3
        This post is deleted!
        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