aboutsummaryrefslogtreecommitdiff
path: root/scribiu.pro
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-06-14 01:35:25 +0200
committerJavier <dev.git@javispedro.com>2015-06-14 01:35:25 +0200
commit59feffc5a253fec33b310f7a0105c8ef42b9019b (patch)
tree855c7c86b4413d813d2a6c40d167eb78ee3250d3 /scribiu.pro
parent72a71a2003028fc97d74cebecebb1541d66ded86 (diff)
downloadscribiu-59feffc5a253fec33b310f7a0105c8ef42b9019b.tar.gz
scribiu-59feffc5a253fec33b310f7a0105c8ef42b9019b.zip
paperreplay working
Diffstat (limited to 'scribiu.pro')
-rw-r--r--scribiu.pro8
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