Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.0.0 Beta 2
-
None
-
Windows Vista 64 bit
Description
5.0.0-beta2\msvc2010\examples\examples.pro lists the following subdirs:
SUBDIRS = \ gui \ network \ threads \ xml \ qpa
None of these directories is present in the installation directory and so no pro-file can be found. When opening examples.pro, Qt Creator gives the following output:
Could not find .pro file for sub dir 'gui' in 'C:/Qt5.0.0beta2-32/5.0.0-beta2/msvc2010/examples/gui' Could not find .pro file for sub dir 'network' in 'C:/Qt5.0.0beta2-32/5.0.0-beta2/msvc2010/examples/network' Could not find .pro file for sub dir 'threads' in 'C:/Qt5.0.0beta2-32/5.0.0-beta2/msvc2010/examples/threads' Could not find .pro file for sub dir 'xml' in 'C:/Qt5.0.0beta2-32/5.0.0-beta2/msvc2010/examples/xml' Could not find .pro file for sub dir 'qpa' in 'C:/Qt5.0.0beta2-32/5.0.0-beta2/msvc2010/examples/qpa' ...
Instead, examples.pro should read like:
SUBDIRS = \ activeqt \ qtbase \ qtdeclarative \ # ...
And these subdirectories should each contain a pro-file.
Attachments
Issue Links
- is replaced by
-
QTBUG-27977 Many examples unbuildable in binary Qt5 packages
- Closed