Adding default classes/files to QT Creator projects
-
I was wondering whether it was possible to add files and libraries to the default classes, files, and libraries already in QT Creator. By this, I mean that I have a folder full of .h and .cpp files that I want to include in a project, but I want it to be in every new project I make by default without me having to add them by hand each time. Either I would like them to appear in the Sources folder automatically when creating a new c++ project or I want to build them into Qt Creator like the iostream is built into it. I have actually done this second option in a different IDE for Java called Blue J. All I had to do was download the files I needed and then tell Blue J where they were.
-
please see here: http://doc.qt.io/qtcreator/creator-project-wizards.html