The automatic way is to add a new build step on the "Run" tab of the project (in Project mode). There is a section labeled "Deploy Configuration". Add a make step there and add "install" as an argument.
Deployment happens between build and run, so it will not slow down your builds with running make install every time. You can also add a similar step to the Build configuration if you want this executed after each and every build. Best Regards, Tobias Am 20.01.2016 15:16 schrieb "Freddy Martinez Garcia" <[email protected] >: > Hi guys... I'm trying to use Qt Creator with a cmake project because in my > job, our project is made it with KDevelop. So, I needto execute make > install everytime after build my project and I don't know haw to do this. I > have to go to kdevelop and execute make install from there, but I need to > do the same with qt creator.. > > how can I do that ?? > > important: I'M NOT USING QMAKE BECAUSE I CAN'T...!!!!! > > regards > > > > *============================================="El tamaño de tus logros > depende del tamaño de tus metas." * > > *C++ and Qt Senior Developer* > > *Lic. Computer Science* > > *Buenos Aires, Argentina* > > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator > >
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
