diff options
Diffstat (limited to 'scribiu.pro')
-rw-r--r-- | scribiu.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scribiu.pro b/scribiu.pro index 641f286..31d05ea 100644 --- a/scribiu.pro +++ b/scribiu.pro @@ -19,7 +19,8 @@ SOURCES += main.cc\ notebookview.cc \ afdnotebook.cc \ pageitem.cc \ - stfgraphicsitem.cc + stfgraphicsitem.cc \ + replaydata.cc HEADERS += mainwindow.h \ smartpenmanager.h \ @@ -30,6 +31,7 @@ HEADERS += mainwindow.h \ notebookview.h \ afdnotebook.h \ pageitem.h \ - stfgraphicsitem.h + stfgraphicsitem.h \ + replaydata.h FORMS += mainwindow.ui |