I would go for method two, http://log4qt.sourceforge.net/ has an easy guide, but it seems like you did that. Make sure the paths exists, and the case is right(my log4qt.pri is all lowercase). Make sure that your slashes are the correct way, it's weird how your error:
..\..\librarys\log4qt\src\/spi/filter.h
..\..\librarys\log4qt\src\/spi/filter.h
To copy to clipboard, switch view to plain text mode
has \ during your path and / during the path to the library.
My sample include is
include(./Utilities/log4qt/src/log4qt/log4qt.pri)
include(./Utilities/log4qt/src/log4qt/log4qt.pri)
To copy to clipboard, switch view to plain text mode
It's probably a typo, so go over everything carefully.
Bookmarks