[Qt-creator] pro file bug in latest creator snapshot?

Alex nylocx at gmail.com
Tue Nov 16 22:55:34 CET 2010


Hi,

I just installed the latest snapshot of qt-crator for windows (16.11.10) 
and my lib projects are not expandable in qtcreator anymore.

The offending line is this

!include( ../common.pri ):error( Couldn't find the common.pri file!

as the first line of my pro files. If I remove the line everything works 
fine (at least it gets displayed right)
Am I using a wrong syntax here or is it really a bug in the latest 
creator binarys ?


A minimal example
---------------------------------------------------------------------
test1.pro

!include( ../common.pri ):error( Couldn't find the common.pri file! )

HEADERS += test1.h
---------------------------------------------------------------------

only the project test is shown in creator its not expanable

---------------------------------------------------------------------
test2.pro

include( ../common.pri )

HEADERS += test2.h
---------------------------------------------------------------------

the above works fine.



More information about the Qt-creator-old mailing list