[Bug 76040] kdevelop qmake manager curly bracket qmake variables incorrectly treated as scopes

maciek gajewski maciek at ict.pwr.wroc.pl
Tue Feb 22 00:05:05 UTC 2005


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




------- Additional Comments From maciek ict pwr wroc pl  2005-02-15 19:50 -------
with kdevelop-3.1.92,  and qt-3.3. i hvae the following problem:
trying to make .pro file more usable, i defined few variables, using gui:
PYTHON_PREFIX=/usr/local
PYTHON_VERSION=2.3
then, i used the variables to specify libraries and paths, using manager gui 
external icludes path: $${PYTHON_PREFIX}/include/python$${PYTHON_VERSION}
external libs path: $${PYTHON_PREFIX}/lib/python$${PYTHON_VERSION}/convifg
external lib: -lpython$${PYTHON_VERSION}


after re-loading project qmake project manager trates variables as scopes or subprojects, and messes the project completely




More information about the KDevelop-devel mailing list