PDA

View Full Version : QT executable application



evan6200
29th August 2011, 12:10
Hi all
I just done a QT program at fedora platform , but it can not run at ubuntu platform.

Does anyone know how to configure the settings to build-in library to the executable
application ?

I want done once at fedora , work fine at both them.

Any suggestion ?? :confused:

Thanks

nish
29th August 2011, 12:24
run your app in console and tell the exact error.

srazi
29th August 2011, 20:26
Hi all
I just done a QT program at fedora platform , but it can not run at ubuntu platform.

Does anyone know how to configure the settings to build-in library to the executable
application ?

I want done once at fedora , work fine at both them.

Any suggestion ?? :confused:

Thanks

Hi,
You should compile your application on system with older APIs, and then MAYBE it works on both OSes!
I don't try dynamic linking but with statically linking you just need to care about libc6 (and maybe some other Linux libs used by your app.)