For all those, who want to get it fixed fast so they can start
programming:
//Move the examples to your home or /usr/share/doc/qtcreator/ as Riviera Kid
mentioned.
mv /usr/lib/qt4/examples $destination
//Adjust the permissions.
chmod -R 777 $destination/examples
//And set a Softlink
ln -s /usr/sh
** Changed in: qtcreator (Ubuntu)
Status: Fix Committed => Fix Released
--
Can't build examples: Missing Makefile
https://bugs.launchpad.net/bugs/456373
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
This is fixed for the upcoming version of Qt Creator (1.3.0).
Creator will notice if an example or demo is r/o and offer you to copy
it somewhere else.
--
Can't build examples: Missing Makefile
https://bugs.launchpad.net/bugs/456373
You received this bug notification because you are a member of
** Changed in: qtcreator (Ubuntu)
Status: New => Fix Committed
--
Can't build examples: Missing Makefile
https://bugs.launchpad.net/bugs/456373
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bu
This is because the /usr/lib tree is quite rightly write disabled for
non-root users.
In my opinion, what should be happening is the examples should be in
/usr/share/doc/qtcreator/examples/ and qtcreator should use them as
templates and copy the relevant example to the users home directory for
com