You are not logged in.

1

Friday, May 27th 2005, 4:05pm

installing qwt plugin on Debian

Hi,

I just got the qwt plugin packages and installed them.

The installation instructions talks about a qwt.pro file which is not in the debian packages.

Has anyone installed the plugin on a debian system?
Can you share your installation procedure, please?
I think i must be missing something obvious here.

Debian installed the libqwt.so files in /usr/lib/ which has tons of other so files.
I was thinking of using a symlink to the so file in /usr/lib/qt3/plugins/. But which one should i take :
libqwt.so or libqwt.so.4 or libqwt.so.4.2 or libqwt.so.4.2.0.

Any ideas?

Thanks

This post has been edited 1 times, last edit by "Everall" (May 27th 2005, 4:11pm)


  • "wysota" is male

Posts: 4,276

Location: Warsaw, POLAND

  • Send private message

2

Saturday, May 28th 2005, 7:57am

RE: installing qwt plugin on Debian

AFAIR qwt is not a plugin but an ordinary library. You just need to link with it during compile time (-lqwt).

3

Monday, May 30th 2005, 7:52am

RE: installing qwt plugin on Debian

thanks Wysota,

you're right : it's a library and not a plugin.

that was the obvious thing i didn't see.

The install instructions talk about a qwt plugin, but I guess it is not in Debian testing yet. I'll look deeper into it.

Thanks a lot!

This post has been edited 1 times, last edit by "Everall" (May 30th 2005, 9:11am)


4

Wednesday, June 1st 2005, 7:42am

RE: installing qwt plugin on Debian

QT4LAb releases a new version which has as one of its
Key features:
-------------
1. Designer plugin

Cheers