Skip to content

Commit

Permalink
Removed FileWatcher files.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-catalyst committed Oct 5, 2017
1 parent ea6ed72 commit 35980a9
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions logstalgia.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -30,8 +29,6 @@ mingw {
}

linux {
INCLUDEPATH += src/FileWatcher

INCLUDEPATH += /usr/include/GL \
/usr/include/SDL2 \
/usr/include/libpng12 \
Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -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

0 comments on commit 35980a9

Please sign in to comment.