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.
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.
Comment