Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Can run project from qtcreator but not from commandline: lib not found

$
0
0
I use QtCreator to develop a project with several subdirectories that each produce a library, and some subdirectories that each produce an executable. From QtCreator I can run each of the executables fine. From the commandline however, I get link errors: the system cannot find my own libraries. If I run ldd I get “not found” on my own library. The weird thing is that everything runs from Qtcreator, so apparantly the .pro files are ok. But why can’t I run the executables from the commandline? Can anyone point me in the right direction? Of course if you need more info (like the pro files) I would happily provide them. Kind regards, Guus.

Viewing all articles
Browse latest Browse all 2113

Trending Articles