mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
#12 Fixed linker error and Mac build
This commit is contained in:
@@ -15,7 +15,6 @@ precompile_header:!isEmpty(PRECOMPILED_HEADER) {
|
||||
}
|
||||
|
||||
DEFINES += LOG_IN_FILE
|
||||
DEFINES += Q_OS_LINUX
|
||||
|
||||
HEADERS += \
|
||||
logmessage.h \
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user