Announcement

Collapse
No announcement yet.

Kicker applets and Qt woes

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Kicker applets and Qt woes

    Hi all,

    I've been getting the itch to write a simple applet for Kicker. Found a helpful tutorial on how to get started at http://developer.kde.org/documentati...l-applets.html but I'm facing the dreaded "configure: error: Qt (>= Qt 2.2.2) (libraries) not found. Please check your installation!" error with their source.

    The configure command to get to this was ./configure -prefix=/usr/lib/kde3 --with-qt-includes=/usr/include/qt3/ --with-qt-libraries=/usr/share/qt3/lib

    I have indeed installed Qt, with the following packages.
    libqt3-compat-headers
    libqt3-mt
    libqt3-mt-dev
    libqt3-mt-mysql (I've been compiling MythTV!)
    qt3-dev-tools
    qt3-dev-tools-compat

    Can anyone help? I haven't done any development of my own on Linux before now. I also get a sneaky feeling I'll have to hunt down some KDE development packages, they don't seem to be in the repositories.

    #2
    Re: Kicker applets and Qt woes

    Not sure about the error, but KDevelop has a template for kicker applets. You might want to try that and see if it works there. Good luck!

    Comment

    Working...
    X