Summary: | Errors in kdevprj2kdevelop script | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Amilcar do Carmo Lucas <a.lucas> |
Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | amantia |
Priority: | HI | ||
Version: | 3.0.0a4 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Amilcar do Carmo Lucas
2003-05-21 17:33:43 UTC
Marked priority HI because it's a KDevelop2 regression Subject: kdevelop CVS commit by aclu: Convert , into ; in the file groups. CCMAIL: 58755@bugs.kde.org M +1 -0 kdevprj2kdevelop 1.3 --- kdevelop/kdevprj2kdevelop #1.2:1.3 @@ -202,4 +202,5 @@ next if ($group eq ""); $pattern = $lfvgrouppattern{$group}; + $pattern =~ s/,/;/g; print FILE <<EOF; <group pattern="$pattern" name="$group" /> If the files are added to the project using the Automake Manager (or other manager) they show up in the groups. So if you add AUTHORS, ChangeLog, ... to the project, they show up! Ops the problem is that the files should be added to the EXTRA_DIST target and that one doesn't get parsed by the autotools :( And there are some Missing things in the kdevprj2kdevelop script: 1. .kdevses import (build configurations) 2. sub-project build parameters (lib type, LDFLAGS etc.) 3. installation properties (right click onto the file-in-project, Properties...) Thanks for Iztok for pointing this out KDevelop 2 is very old and this script has been removed from KDevelop4 |