Results 1 to 4 of 4
Hi everyone.
I M working on Qt . i have done a small project using Qt creator. now i want to distribute it as a .deb package .can anyone explain ...
- 03-16-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 2
Re: finding dependencies
Hi everyone.
I M working on Qt . i have done a small project using Qt creator. now i want to distribute it as a .deb package .can anyone explain me in finding depent files that i need to include in the package.
i m creating package with dh_make command
looking forwrd for ur help
Thnx from
roy
- 03-17-2010 #2
I know the command
ldd /path/to/binary
can show you what shared libraries are required. It is not the most user friendly solution, but I know it'll show you what you need .... and then some. might be a good place to start.
but it would be better to add a dependency on the required libraries, not include them into your package.New to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4
- 03-17-2010 #3Just Joined!
- Join Date
- Mar 2010
- Posts
- 2
hi meton_magis thanx for ur suggetion. Actually i m working on nokia N810 device. I hav created a simple application using Qt creator ide. it is to be deployed on the device as .deb package. but the problem i m facing is that device does not come with the qt libraries preinstalled.so i have to include them in the package.
please help me in this regard.
- 03-22-2010 #4
Sorry, but I can't help you with that. It sounds like you're programming on a standard PC, and trying to move it to your nokia N810, and that is gonna involve cross compiling, or some other advanced stuff that's way above my head. Sorry
New to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4


Reply With Quote