Summary: | targets not detected properly in cmake project | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Hannes H <bugzilla> |
Component: | Build tools: CMake | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aleixpol |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Hannes H
2013-04-17 11:05:56 UTC
Confirmed, this is because this "[!.]*" is being used but QRegExp doesn't support that yet, I'm unsure what we can do about it yet. (In reply to comment #1) > Confirmed, this is because this "[!.]*" is being used but QRegExp doesn't > support that yet, I'm unsure what we can do about it yet. QtCreator 2.5.0 does detect the targets properly, maybe one can see how they do it? Thanks for your help! Git commit 541481cadaa9336fdc46d0b30ea19b91213d8650 by Aleix Pol. Committed on 25/09/2013 at 01:11. Pushed by apol into branch 'master'. Make it possible to glob directories It should have worked as well with directories, not closing the bug since [.*] is still unsupported. We'll have to write a wildcard to regular expression conversor eventually since QRegularExpression (in Qt5) doesn't support wildcards anyway. M +4 -6 projectmanagers/cmake/parser/cmakeprojectvisitor.cpp http://commits.kde.org/kdevelop/541481cadaa9336fdc46d0b30ea19b91213d8650 |