From kdevelop-bugs Wed Dec 28 10:31:12 2005 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Wed, 28 Dec 2005 10:31:12 +0000 To: kdevelop-bugs Subject: [Bug 119107] New: qt4 support not working Message-Id: <20051228113111.119107.arne.anka () ginguppin ! de> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306944708688 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=119107 Summary: qt4 support not working Product: kdevelop Version: unspecified Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: arne.anka ginguppin de Version: unknown (using KDE 3.4.3, Debian Package 4:3.4.3-2 (testing/unstable)) Compiler: Target: i486-linux-gnu OS: Linux (i686) release 2.6.13 creating a new qt-project does not ask for qt-version, thus creating qt3-code. one may change to qt4 in project->project options and give the qt-root-dir but it is ignored. project->project options->c++ specific ->code completion: code completion databases [add]-> kdevelop qt pcs importer [next] presents only and immutable "/usr/share/qt3", not the given qt-root-dir. building uses stupidly the qt-tools of qt3, not of the given qt-root-dir. defining QTDIR in project does not help.