[PATCH] KDevelop 3.0 / Gideon : bug in TrollProject

Ludovic LANGE ludovic.lange at free.fr
Sun Aug 19 12:40:24 BST 2001


Hello,

Please find here a correction for a bug in TrollProject.

The following .pro file (taken from qt-2.3.1 examples) was not correctly 
parsed :

======================================
TEMPLATE        = app
CONFIG          += qt warn_on release
HEADERS         = aclock.h
SOURCES         = aclock.cpp \
                  main.cpp
TARGET          = aclock
DEPENDPATH=../../include
REQUIRES=full-config
=======================================

Instead of having 2 files, "aclock.cpp" and "main.cpp", there were 2 
files "aclock.cpp" and "\".

The "\" (backslash) is now correctly escaped.

Plus a bug correction on 'qmake', but I couldn't test the correction 
since I haven't compiled (yet) qmake.


Best regards,

Ludovic LANGE

PS- Answer to my email, I'm not subscribed to the list.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: kdev3.diff
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20010819/aa2eb39b/attachment.ksh>


More information about the KDevelop mailing list