[Bug 456373] Re: Can't build examples: Missing Makefile

2010-02-08 Thread Nils S.
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

[Bug 456373] Re: Can't build examples: Missing Makefile

2010-02-03 Thread Alessandro Ghersi
** 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

[Bug 456373] Re: Can't build examples: Missing Makefile

2009-11-11 Thread danimo
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

[Bug 456373] Re: Can't build examples: Missing Makefile

2009-11-11 Thread Jonathan Riddell
** 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

[Bug 456373] Re: Can't build examples: Missing Makefile

2009-10-30 Thread Riviera Kid
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