MEONMedical / Log4Qt

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

include in your project , The instructions seem incomplete #55

Open niudali1 opened 3 years ago

niudali1 commented 3 years ago

include in your project Can also be used by adding the log4qt source directly to your Qt project file by adding the following line: include(/src/log4qt/log4qt.pri) This doesn't seem to work, you still need to add build.pri and g++.pri,Is that right?

andibacher commented 3 years ago

You are right you need build.pri for the log4qt version. g++.pri is not realy needed you can the stuff you need to your own pro file.