Compiling a file without project ?
-
wrote on 23 Mar 2012, 13:04 last edited by
Hello,
Is there a way to compile a file outside of a project ? I'm currently brushing a bit my memories of C++ by doing some tutorials and there is several one file examples to compile. I would like to not have to make a new project for every example or replace each example by its following.
best regards
-
wrote on 23 Mar 2012, 13:09 last edited by
you can see the commands to compile a file by just watching a compile from a project happen. You can use the same commands manually, per file, if you want.
-
wrote on 23 Mar 2012, 13:52 last edited by
So not way to compile by a clic. Thanks al lot for your answer.
-
wrote on 23 Mar 2012, 13:54 last edited by
No, not that I'm aware of. If you think it would be useful to be able to compile a single file from Qt Creator, I suggest you file a suggestion in the "bugtracker":https://bugreports.qt-project.org/secure/Dashboard.jspa .
-
wrote on 23 Mar 2012, 14:17 last edited by
Thanks again. I just noticed that a bug report already exist: https://bugreports.qt-project.org/browse/QTCREATORBUG-106
Well, I suppose I would have to use another ide, it's not a big trouble. Thanks anyway.
1/5