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. _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
