Hi,

Here is the bzr url for my notify-osd-qt proof-of-concept:

  lp:~agateau/notify-osd/qt-poc/

By default building it creates libnotify-osd and notify-osd-gtk.
I used CMake for the Qt version because my autotools-fu is rusty (and
weak)... To build the Qt version, first build and install libnotify-osd,
then run this:

  cd src/qt
  cmake -DCMAKE_INSTALL_PREFIX=/install/prefix/of/libnotify-osd
  make

You can now start notify-osd-qt with:

  ./notify-osd-qt

It's quite crude ATM: libnotify-osd refers to functions which are
implemented in the notify-osd-{qt,gtk} binary. Defining a proper
interface is necessary, the goal of this poc was to validate we can
share glib code between the frontends.

Aurélien

_______________________________________________
Mailing list: https://launchpad.net/~dx-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dx-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to