diff options
author | Javier <dev.git@javispedro.com> | 2021-09-12 01:36:41 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2021-09-12 01:36:41 +0200 |
commit | 66dd35254724ec5d4471a8be71f92e06cf0fa8e8 (patch) | |
tree | 1918dcca44dd75108d442bf173b58419ab41a518 /scribiu.pro | |
parent | 8333259e49fc2961cab0939e3d937167d38a9f9d (diff) | |
download | scribiu-66dd35254724ec5d4471a8be71f92e06cf0fa8e8.tar.gz scribiu-66dd35254724ec5d4471a8be71f92e06cf0fa8e8.zip |
add ability to export a stroke list in plain text
Diffstat (limited to 'scribiu.pro')
-rw-r--r-- | scribiu.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scribiu.pro b/scribiu.pro index 2393158..1c82948 100644 --- a/scribiu.pro +++ b/scribiu.pro @@ -28,6 +28,7 @@ SOURCES += main.cc \ afdnotebook.cc \ pageitem.cc \ stfgraphicsitem.cc \ + stftxtexport.cc \ paperreplay.cc \ afdpageaddress.cc \ stfstrokeitem.cc \ @@ -43,6 +44,7 @@ HEADERS += mainwindow.h \ afdnotebook.h \ pageitem.h \ stfgraphicsitem.h \ + stftxtexport.h \ paperreplay.h \ afdpageaddress.h \ stfstrokeitem.h \ |