PDA

View Full Version : Questions after the first steps with Qt



MartinM
25th April 2010, 11:46
Hello,

this is a follow up to this thread:
http://www.qtcentre.org/threads/30102-Questions-before-starting-with-Qt
Now I have installed Qt for Windows and built a first application.
And there are some questions I would like to ask for an answer:
- I installed Qt under an administrator account. Later I used it under a differnet account with limited rights.
When starting Qt creator under the admin account everything is all right, when starting Qt creator under the limited account it tells me that examples are not installed, I can't access help and I can't compile. Is there a way to manage this?
- I created a release exe of my application but when I double click it from windows explorer it tells me that it can't find Qtcore4.dll. What can I do?

So far, there are more questions later ;-)

Thank you for any help

Martin

Archimedes
25th April 2010, 18:43
Well it's normal to have these restrictions as a limited user since you install Qt as administrator.
For the 2nd question you need to read this Deploying Qt Applications (http://doc.qt.nokia.com/4.6/deployment.html)

MartinM
26th April 2010, 08:10
Hello Archimedes,

> For the 2nd question you need to read this Deploying Qt Applications
I read this one. But I don't want to deploy to another PC but run it on the same one I did the development with. And there these dlls are installed and there is a path set to them, or am I wrong with this? Do I have to put the dlls to a place where they are commonly available myself?

Thank you very much

Martin