On 18.05.2011 21:26, ext Matthias Pospiech wrote: > > The binary starts normaly when I start it outside QtCreator. > It also starts with CTRL+R, however again the compiler step takes 20 > minutes, > without the need to compile anything. Tools->Options->Projects
The relevant options are: "Always build before deploying it" (run qmake/make before deploying a project) and "Always deploy project before running it" (run the deploy steps starting the application) I usually untick "build before deploy" only since I want the newest stuff on my phone when I run it there. On the desktop deployment is a no-op by default (you can do "make install" there if that is needed for your project). PS: This effects both normal running of an application as well as a starting it in a debugger. Best Regards, Tobias -- Tobias Hunger Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
