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 a49ef42..437e1ce 100644 --- a/scribiu.pro +++ b/scribiu.pro @@ -22,7 +22,8 @@ SOURCES += main.cc\ stfgraphicsitem.cc \ paperreplay.cc \ afdpageaddress.cc \ - stfstrokeitem.cc + stfstrokeitem.cc \ + paperreplaymodel.cc HEADERS += mainwindow.h \ smartpenmanager.h \ @@ -36,6 +37,7 @@ HEADERS += mainwindow.h \ stfgraphicsitem.h \ paperreplay.h \ afdpageaddress.h \ - stfstrokeitem.h + stfstrokeitem.h \ + paperreplaymodel.h FORMS += mainwindow.ui |