Add Notebook
diff --git a/ide/IDE.pri b/ide/IDE.pri
index 906b3cb..f656fd1 100644
--- a/ide/IDE.pri
+++ b/ide/IDE.pri
@@ -16,12 +16,14 @@
 SOURCES += \
     $$PWD/Cell.cpp \
     $$PWD/CellModel.cpp \
-    $$PWD/IdeMain.cpp
+    $$PWD/IdeMain.cpp \
+    $$PWD/Notebook.cpp
 
 HEADERS += \
     $$PWD/Cell.h \
     $$PWD/CellModel.h \
-    $$PWD/IdeMain.h
+    $$PWD/IdeMain.h \
+    $$PWD/Notebook.h
 
 RESOURCES += \
     $$PWD/resources.qrc