From 35980a9f878d3c66723194cf2f0f3fe4031c7fcd Mon Sep 17 00:00:00 2001 From: Andrew Caudwell Date: Thu, 5 Oct 2017 13:32:02 +1300 Subject: [PATCH] Removed FileWatcher files. --- logstalgia.pro | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/logstalgia.pro b/logstalgia.pro index 1aac731..d983775 100644 --- a/logstalgia.pro +++ b/logstalgia.pro @@ -19,7 +19,6 @@ mingw { QMAKE_CXXFLAGS += -Dmain=SDL_main QMAKE_LFLAGS += -mconsole - INCLUDEPATH += src/FileWatcher INCLUDEPATH += C:\msys64\mingw64\include\SDL2 INCLUDEPATH += C:\msys64\mingw64\include\freetype2 @@ -30,8 +29,6 @@ mingw { } linux { - INCLUDEPATH += src/FileWatcher - INCLUDEPATH += /usr/include/GL \ /usr/include/SDL2 \ /usr/include/libpng12 \ @@ -76,11 +73,7 @@ SOURCES += custom.cpp \ core/texture.cpp \ core/timezone.cpp \ core/vbo.cpp \ - core/vectors.cpp \ - FileWatcher/FileWatcher.cpp \ - FileWatcher/FileWatcherLinux.cpp \ - FileWatcher/FileWatcherOSX.cpp \ - FileWatcher/FileWatcherWin32.cpp + core/vectors.cpp HEADERS += custom.h \ logentry.h \ @@ -118,9 +111,4 @@ HEADERS += custom.h \ core/timezone.h \ core/vbo.h \ core/vectors.h \ - core/settings.h \ - FileWatcher/FileWatcher.h \ - FileWatcher/FileWatcherImpl.h \ - FileWatcher/FileWatcherLinux.h \ - FileWatcher/FileWatcherOSX.h \ - FileWatcher/FileWatcherWin32.h + core/settings.h