commit | a44bf7276ee9c27f8bf0034c362029fc2757f970 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Sat Apr 16 18:41:54 2022 -0700 |
committer | swissChili <swisschili@fastmail.com> | Sat Apr 16 18:41:54 2022 -0700 |
tree | 6564043075725a4110fa0269d453729b2423d676 | |
parent | d2af6ad9cdc1d5cea4bee3c5a531f58cba5d1945 [diff] [blame] |
Add recent file view, implement runtime options
diff --git a/ide/IDE.pri b/ide/IDE.pri index 69856d7..d086a61 100644 --- a/ide/IDE.pri +++ b/ide/IDE.pri
@@ -18,14 +18,16 @@ $$PWD/CellModel.cpp \ $$PWD/IdeMain.cpp \ $$PWD/NbRuntime.cpp \ - $$PWD/Notebook.cpp + $$PWD/Notebook.cpp \ + $$PWD/RecentModel.cpp HEADERS += \ $$PWD/Cell.h \ $$PWD/CellModel.h \ $$PWD/IdeMain.h \ $$PWD/NbRuntime.h \ - $$PWD/Notebook.h + $$PWD/Notebook.h \ + $$PWD/RecentModel.h RESOURCES += \ $$PWD/resources.qrc