From: zccrs Date: Tue, 31 Oct 2017 06:56:51 +0000 (+0800) Subject: fix: build failed on used dbasefilewatcher.h project X-Git-Tag: archive/raspbian/5.7.12-2+rpi1^2~152^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=34fbe4b3386954c59382eccad5a1b19e63539547;p=dtkcore.git fix: build failed on used dbasefilewatcher.h project Change-Id: Ica2d0fc17e9dd0370590885a8383936d52f644d1 --- diff --git a/src/filesystem/dbasefilewatcher.h b/src/filesystem/dbasefilewatcher.h index 4ebd4e8..b8cea9f 100644 --- a/src/filesystem/dbasefilewatcher.h +++ b/src/filesystem/dbasefilewatcher.h @@ -19,7 +19,7 @@ #define DBASEFILEWATCHER_H #include "dtkcore_global.h" -#include "base/dobject.h" +#include "dobject.h" #include diff --git a/src/filesystem/dfilesystemwatcher.h b/src/filesystem/dfilesystemwatcher.h index 939fccc..2b505ab 100644 --- a/src/filesystem/dfilesystemwatcher.h +++ b/src/filesystem/dfilesystemwatcher.h @@ -19,7 +19,7 @@ #define DFILESYSTEMWATCHER_H #include "dtkcore_global.h" -#include "base/dobject.h" +#include "dobject.h" #include diff --git a/src/filesystem/dfilewatchermanager.h b/src/filesystem/dfilewatchermanager.h index 8b5c828..190479e 100644 --- a/src/filesystem/dfilewatchermanager.h +++ b/src/filesystem/dfilewatchermanager.h @@ -19,7 +19,7 @@ #define DFILEWATCHERMANAGER_H #include "dtkcore_global.h" -#include "base/dobject.h" +#include "dobject.h" #include diff --git a/src/src.pro b/src/src.pro index 00a8f6b..f31ec0c 100644 --- a/src/src.pro +++ b/src/src.pro @@ -9,7 +9,7 @@ TARGET = dtkcore DEFINES += LIBDTKCORE_LIBRARY -INCLUDEPATH += $$PWD +INCLUDEPATH += $$PWD $$PWD/base HEADERS += \ $$PWD/dtkcore_global.h \