[Konversation-devel] [Bug 290155] New: konversation requires qt3 support, but does not check for it
Treeve Jelbert
treeve at scarlet.be
Fri Dec 30 09:34:51 UTC 2011
https://bugs.kde.org/show_bug.cgi?id=290155
Summary: konversation requires qt3 support, but does not check
for it
Product: konversation
Version: 1.4
Platform: Unlisted Binaries
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: konversation-devel at kde.org
ReportedBy: treeve at scarlet.be
Version: 1.4
OS: Linux
some parts of konversation reference qt3 support functions
$ git grep \<Q3
src/irc/nickinfo.cpp:#include <Q3MimeSourceFactory>
src/linkaddressbook/kimiface.h:#include <Q3CString>
src/viewer/viewtree.cpp:#include <Q3Header>
src/viewer/viewtree.cpp:#include <Q3DragObject>
src/viewer/viewtree.cpp:#include <Q3ListView>
src/viewer/viewtreeitem.h:#include <Q3ListView>
CMakeLists.txt does not check for QT_QT3SUPPORT_INCLUDE_DIR
Reproducible: Always
Steps to Reproduce:
compile konversation on a system without qt3support
Actual Results:
build fails
Expected Results:
build succeeds, konversation runs with restricted functionality
check for qt3support, disable modules which require it
alternatively, rewrite the offending code
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Konversation-devel
mailing list