Difference between revisions of "Qt and GTK"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
Some of you, using GNOME or Xfce, seem reticent to that change, but let us explain a few things:
 
Some of you, using GNOME or Xfce, seem reticent to that change, but let us explain a few things:
 +
 +
== VLC media player interface is a PLUGIN ==
 +
* You can use VLC in command line, with the http interface, or even the old wx interface, that you can compile.
 +
  
 
== VLC media player '''DOES NOT DEPEND''' on kdelibs ==
 
== VLC media player '''DOES NOT DEPEND''' on kdelibs ==
 +
 +
VLC media player Qt module needs:
 +
* libQtCore,
 +
* libQtGui,
 +
* libvlc
 +
 +
That is it.

Revision as of 22:03, 14 September 2008

VLC media player 0.9 introduces a new interface based on the Qt toolkit.

Some of you, using GNOME or Xfce, seem reticent to that change, but let us explain a few things:

VLC media player interface is a PLUGIN

  • You can use VLC in command line, with the http interface, or even the old wx interface, that you can compile.


VLC media player DOES NOT DEPEND on kdelibs

VLC media player Qt module needs:

  • libQtCore,
  • libQtGui,
  • libvlc

That is it.