[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 136361] In panel projects missing information on subprojects
From:       sint <dbs73 () mail ! ru>
Date:       2006-11-24 18:19:20
Message-ID: 20061124181920.1512.qmail () ktown ! kde ! org
[Download RAW message or body]

------- 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=136361         




------- Additional Comments From dbs73 mail ru  2006-11-24 19:19 -------
Hi,

I'm creating simple project "Qt3 Hello world program". After creatimg close this \
project (no adding any subproject). Reopen Project 
All work

runner output:
> ./runner /home/dima/kdev/hello/hello.pro
--------- Entering Project: /home/dima/kdev/hello/hello.pro --------------
    Assignment():TEMPLATE = subdirs|%nl
    Assignment():SUBDIRS = src|%nl
--------- Leaving Project: /home/dima/kdev/hello/hello.pro --------------
QMake file written back:
TEMPLATE = subdirs
SUBDIRS = src
***************************************************************************

Close this project.
Open file hello.pro with external editor and insert into it SPACE symbols:

TEMPLATE=subdirs
SUBDIRS=src

replace to:

TEMPLATE = subdirs
SUBDIRS = src

Reopen this project. In QMake Manager hiding subnode SRC.
Not works.

runner output:
> ./runner /home/dima/kdev/hello/hello.pro
--------- Entering Project: /home/dima/kdev/hello/hello.pro --------------
    Assignment():=  %spc|subdirs|%nl
    Assignment():= %spc %spc|src|%nl
--------- Leaving Project: /home/dima/kdev/hello/hello.pro --------------
QMake file written back:
=  subdirs
=   src
***************************************************************************

Removing SPACE from hello.pro file and save it.
Reopen this project - all works correctly.

Add subproject SUB1. Into file hello.pro added subproject SUB1 and SPACE

TEMPLATE = subdirs
SUBDIRS = src \
sub1

If removing all SPACE from this file - don't works.

Dmitry.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic