it can add files to your project, but can't copy them - have to copy manually.such as put all added files in a folder
just add them and they will be in project treeso added files are classified in project tree
QtCreator isn't a gui wrapper for all the qmake functionality so except of addin and removing files, rest you have to add to pro file manually. Whats more, you can do it staright from QtCreator - it gives you at least some syntax highlighting.Yes I know ".pro" files and I prefer not to modify them manually
So:
- want to add some files from different folders - copy them into folder with some nice folder tree (to keep the folders and project parts more clean) and create pro file (adding files in Creator, manually or creating pro file with qmake - last is good at the beginning to get some startup pro file for modify).
- read about qmake options to make your pro file work in your favourite way (e.g. DESTDIR, UI_DIR, MOC_DIR, INSTALLS, CONFIG += build_all warn_on etc.)
- have fun with QtCreator :]
Bookmarks