> -----Original Message----- > From: [email protected] > [mailto:[email protected]] > On Behalf Of Rene J.V. Bertin > Sent: Monday, January 12, 2015 1:07 PM > To: '[email protected]' > Subject: [Interest] build questions? > > Hi, > > Is this the proper list to ask questions about Qt5 building (and build > failures)?
Yes. > Also, is it possible to open (import) an already configured Qt project in Qt > Creator, e.g. Qt5 configured for an out-of-tree build, without running the > whole configure step again? Yes. Qt Creator will ask you which kit/configuration/build directory to use when you open a .pro file for the first time: http://doc-snapshot.qt-project.org/qtcreator-3.3/creator-project-opening.html Just use "Import Build from ...", and point it to the mapping same directory in the build directory. (It's usually a good idea though not to open the top-level qt.pro file, but only the .pro files of the modules you're interested in ...). Regards Kai _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
