diff options
Diffstat (limited to 'scribiu.pro')
-rw-r--r-- | scribiu.pro | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/scribiu.pro b/scribiu.pro index 861ceff..a49ef42 100644 --- a/scribiu.pro +++ b/scribiu.pro @@ -1,4 +1,4 @@ -QT += core gui +QT += core gui phonon greaterThan(QT_MAJOR_VERSION, 4): QT += widgets @@ -21,7 +21,8 @@ SOURCES += main.cc\ pageitem.cc \ stfgraphicsitem.cc \ paperreplay.cc \ - afdpageaddress.cc + afdpageaddress.cc \ + stfstrokeitem.cc HEADERS += mainwindow.h \ smartpenmanager.h \ @@ -34,6 +35,7 @@ HEADERS += mainwindow.h \ pageitem.h \ stfgraphicsitem.h \ paperreplay.h \ - afdpageaddress.h + afdpageaddress.h \ + stfstrokeitem.h FORMS += mainwindow.ui |