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 f50b75b..861ceff 100644 --- a/scribiu.pro +++ b/scribiu.pro @@ -20,7 +20,8 @@ SOURCES += main.cc\ afdnotebook.cc \ pageitem.cc \ stfgraphicsitem.cc \ - paperreplay.cc + paperreplay.cc \ + afdpageaddress.cc HEADERS += mainwindow.h \ smartpenmanager.h \ @@ -32,6 +33,7 @@ HEADERS += mainwindow.h \ afdnotebook.h \ pageitem.h \ stfgraphicsitem.h \ - paperreplay.h + paperreplay.h \ + afdpageaddress.h FORMS += mainwindow.ui |