#12 Fixed linker error and Mac build

This commit is contained in:
Roland Winklmeier
2013-03-31 14:46:08 +02:00
parent 876912e5a0
commit d61f8845da
3 changed files with 4 additions and 6 deletions

View File

@@ -15,7 +15,6 @@ precompile_header:!isEmpty(PRECOMPILED_HEADER) {
}
DEFINES += LOG_IN_FILE
DEFINES += Q_OS_LINUX
HEADERS += \
logmessage.h \

View File

@@ -9,9 +9,7 @@
#include "blackmisc/context.h"
#include "blackmisc/display.h"
#ifdef Q_OS_LINUX
#include <errno.h>
#endif
#include <errno.h>
namespace BlackMisc
{