Hi,

Am trying to add external library (boost filesystem) to my project using the add library dialog.
Qt Creator does not pick the library nor the include files.
In the .pro file the following is added;

<code>
win32:CONFIG(release,debug|release):LIBS+=-L$$PWD/C:/MinGW/lib/-lboost_filesystem

else:win32:CONFIG(debug,  debug|release):  LIBS  +=  -L$$PWD/C:/MinGW/lib/  
-lboost_filesystemd

else:unix:!macx:  LIBS  +=  -L$$PWD/C:/MinGW/lib/  -lboost_filesystem

INCLUDEPATH  +=  $$PWD/C:/MinGW/include

DEPENDPATH  +=  $$PWD/C:/MinGW/include

<code/>

What Am I doing wrong? Are the characters "$$PWD/" suppose to be there?


Am on Windows 7 64bit using Qt Creator 3.1.0 beta, from revision 249a8b2d24


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

Reply via email to