diff options
author | Javier <dev.git@javispedro.com> | 2015-06-11 01:16:26 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2015-06-11 01:16:26 +0200 |
commit | 6cb50e66f3c196a2a4bcc95a419260d6b8c2461f (patch) | |
tree | 610963526dbd205500db145965309b1de2b18a97 /scribiu.pro | |
parent | a69e97943539a8abc4d2762638c169dc19c88516 (diff) | |
download | scribiu-6cb50e66f3c196a2a4bcc95a419260d6b8c2461f.tar.gz scribiu-6cb50e66f3c196a2a4bcc95a419260d6b8c2461f.zip |
experiment with audio/paperreplay data
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 |