enable qInfo qDebug qWarning etc. sync into .log file
- add
LogHelper/loghelper.hin themain.cc - add
qInstallMessageHandler(customMessageHandler);behind to the lineQApplication a(argc, argv);which inmainfunction
load qss file
- cd your project path
- use
git submodule add https://github.com/pingxiangren/qthelper.git libs/qthelper - just add one line
include(RELATIVE_PATH/qthelper.pri)in the.profile, such asinclude(libs/qthelper/qthelper.pri)