From 66dd35254724ec5d4471a8be71f92e06cf0fa8e8 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 12 Sep 2021 01:36:41 +0200 Subject: add ability to export a stroke list in plain text --- scribiu.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scribiu.pro') 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 \ -- cgit v1.2.3