On Nov 30, 2010, at 10:29 PM, ext Robert Caldecott wrote: > I am keen to try the new sub-project support but the new ‘Add to project’ > drop-down on the last page of the New Project wizard is always greyed out. > What am I missing here? For example, I created a GUI project and then tried > to create a static library project but I can’t select the GUI project from > this new drop-down. I thought there was support coming for handling .pro > dependencies, etc. with this release?
You have to create your subdirs project that will combine the two first. I.e. you already have your GUI app, now create a subdirs project and on the second wizard after "Done & Add Subproject" you create your new library project. You have to add your gui project to the new subdirs project by hand for now. It's work in progress :) -- 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.trolltech.com/mailman/listinfo/qt-creator
