dept2 / CuteLogger

Logger: simple, convinient and thread safe logger for Qt-based C++ apps
GNU Lesser General Public License v2.1
147 stars 96 forks source link

Upgrade to Qt5 #10

Closed EchterAgo closed 8 years ago

cyberbobs commented 9 years ago

Sorry, but we're not planning to drop the Qt 4 support for a while. So if you prefer to use CMake for your Qt 5 projects, please take the time to update CMakeLists.txt in a way that Logger could be build with Qt 4 or Qt 5 depending on the developer choice.

Btw, this was already done for qmake and qbs builds, which play a lot nicer in supporting the different Qt major versions at the same time.