OK, I'm attaching a small example that I think exposes the problem.

These are the steps to reproduce it

1. Load project.pro into Qt Creator.
2. Load project2.pro into Qt Creator.
3. Enable shadow builds for project.pro. ( I did ./Releaes for Release
and ./Debug for Debug)
4. Build project2.pro
5. Build project.pro.

The last step (both in Release or Debug configuration) will give an
error saying that it couldn't find -lproject2. This is because LIBS
does not correctly get the '..' prepended like INCLUDEPATH does. The
same applies for POST_TARGETDEPS and DEST_DIR.

If you try to simply say $ qmake; make; in '.' then everything works fine.

I hope this makes it clearer.

Mentar

Attachment: Qt.tar.gz
Description: GNU Zip compressed data

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to