diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-28 16:06:12 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-28 16:06:12 +0200 |
| commit | b36e22c6cdfbe79b0d91aff2746df5e962f80a33 (patch) | |
| tree | f433473d3b471af24b790081e17e19e705a09860 /daemon/daemon.cpp | |
| parent | 0ead71b6a9b5c49a4bdc055ce45bc8531b538a20 (diff) | |
Removed Log4Qt from sources
Depend on externally provided liblog4qt.so.1
Diffstat (limited to 'daemon/daemon.cpp')
| -rw-r--r-- | daemon/daemon.cpp | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/daemon/daemon.cpp b/daemon/daemon.cpp index e075c0c..520e8f2 100644 --- a/daemon/daemon.cpp +++ b/daemon/daemon.cpp @@ -34,13 +34,8 @@ #include <QFile> #include <QDir> #include <QFileInfo> - -#include "LogManager" -#include "SystemlogAppender" -#include "FileAppender" -#include "helpers/factory.h" -#include "Appender" -#include "PropertyConfigurator" +#include <Log4Qt/LogManager> +#include <Log4Qt/PropertyConfigurator> void signalhandler(int sig) { |
