mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 10:24:26 +01:00
Fixed include bug
This commit is contained in:
parent
9c7cc532fe
commit
fb9f5f835e
@ -12,7 +12,6 @@ set(DOORLOCK_VERSION "${DOORLOCK_VERSION_MAJOR}.${DOORLOCK_VERSION_MINOR}-${DOOR
|
||||
# Instruct CMake to run moc automatically when needed.
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
set(CMAKE_AUTOUIC ON)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/src)
|
||||
|
||||
MESSAGE(STATUS "doorlockd version: ${DOORLOCK_VERSION}")
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "config.h"
|
||||
#include "door.h"
|
||||
|
||||
#include "../doorcmds.h"
|
||||
#include "../../doorcmds.h"
|
||||
|
||||
Door::Door(const std::string &serDev,
|
||||
unsigned int baudrate) :
|
||||
|
Loading…
Reference in New Issue
Block a user