MEONMedical / Log4Qt

Log4Qt - Logging for the Qt cross-platform application framework
Apache License 2.0
580 stars 234 forks source link

Adjust include statements in subdirectories #17

Closed chehrlic closed 7 years ago

chehrlic commented 7 years ago

The include statements in the subdirectories are wrong when the headers are installed since then the path /bar/include/log4qt is not in the compiler include path (and there is no need for it) - therefore use #include <log4qt/foo.h> which works during building and usage of the library.