Implement file logger.

This commit is contained in:
sledgehammer999
2016-01-25 01:06:06 +02:00
parent 0619aacf1f
commit faffefc4ff
10 changed files with 566 additions and 6 deletions

View File

@@ -14,8 +14,14 @@ usesystemqtsingleapplication {
}
}
HEADERS += $$PWD/application.h
SOURCES += $$PWD/application.cpp
HEADERS += \
$$PWD/application.h \
$$PWD/filelogger.h
SOURCES += \
$$PWD/application.cpp \
$$PWD/filelogger.cpp \
$$PWD/main.cpp
unix: HEADERS += $$PWD/stacktrace.h
strace_win {
@@ -26,7 +32,5 @@ strace_win {
}
}
SOURCES += $$PWD/main.cpp
# upgrade code
HEADERS += $$PWD/upgrade.h