On Dec 15, 2010, at 9:22 AM, ext Bilhanan Silverajan wrote: > > Dear all, > > I'm new to Qt Creator and development with Qt. I browsed through the > archive but did not detect anyone asking this earlier: > > Trying to follow one of the tutorials (the AnimatedTiles), I immediately > encountered an inconsistency. > >> From the welcome page, under Tutorials, I selected "Building and Running > an Example Application". In step 2, the documentation indicates the > possible targets for the project. > > What really happens is this: Upon selecting the example Animated Tiles > from "Explore Qt C++ Examples", a dialog window first pops up explaining > the example files resides in a directory that cannot be written into > (which is correct, it's installed in /usr/lib/.. ). Once I provide an > alternative location in my home directory to copy the project to and open, > I then get the "Project setup" window which indicates the only target that > can be set up is in Desktop. > > In other words, I do not get Qt Simulator, Maemo and Symbian Device shown > in the documentation. > > I'm trying this on a laptop with a fresh install of Ubuntu 10.10, and I > used ubuntu's synaptic package manager to install Qt Creator. This version > is 2.0.1, based on Qt 4.7.0 (32 bit), built on Sep 23 2010. As far as I > can tell, all dependencies are fulfilled (among others, qt4-dev-tools, > libqtcore4). > > Do I need to install anything else before I can obtain the correct targets > indicated in the documentation? I'd like my environment set up for both > symbian and maemo.
Yes, you need to install the tool chains for these platforms, Qt Creator itself doesn't provide any. Recommended download for development for Nokia phones: http://www.forum.nokia.com/Develop/Qt/ Br, -- Eike Ziller 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
