Adding initial stage of file system watcher
diff --git a/filesystemwatcher/filesystemwatcher.pro b/filesystemwatcher/filesystemwatcher.pro
new file mode 100644
index 0000000..549704e
--- /dev/null
+++ b/filesystemwatcher/filesystemwatcher.pro
@@ -0,0 +1,20 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2013-01-08T22:18:49
+#
+#-------------------------------------------------
+
+QT       += core gui
+
+greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
+
+TARGET = filesystemwatcher
+TEMPLATE = app
+
+
+SOURCES += main.cpp\
+        filesystemwatcher.cpp
+
+HEADERS  += filesystemwatcher.h
+
+FORMS    += filesystemwatcher.ui