aboutsummaryrefslogtreecommitdiff
path: root/scribiu.pro
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-06-07 21:22:45 +0200
committerJavier <dev.git@javispedro.com>2015-06-07 21:22:45 +0200
commita69e97943539a8abc4d2762638c169dc19c88516 (patch)
treef3516ea29745db65971247cee4c260b49f1067b2 /scribiu.pro
downloadscribiu-a69e97943539a8abc4d2762638c169dc19c88516.tar.gz
scribiu-a69e97943539a8abc4d2762638c169dc19c88516.zip
initial import
Diffstat (limited to 'scribiu.pro')
-rw-r--r--scribiu.pro35
1 files changed, 35 insertions, 0 deletions
diff --git a/scribiu.pro b/scribiu.pro
new file mode 100644
index 0000000..641f286
--- /dev/null
+++ b/scribiu.pro
@@ -0,0 +1,35 @@
+QT += core gui
+
+greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
+
+TARGET = scribiu
+TEMPLATE = app
+
+CONFIG += link_pkgconfig
+PKGCONFIG += libudev libusb openobex
+LIBS += -lquazip
+
+SOURCES += main.cc\
+ mainwindow.cc \
+ smartpenmanager.cc \
+ notebookmodel.cc \
+ smartpensyncer.cc \
+ smartpen.cc bitreader.cc stfreader.cc \
+ xmlutils.cc \
+ notebookview.cc \
+ afdnotebook.cc \
+ pageitem.cc \
+ stfgraphicsitem.cc
+
+HEADERS += mainwindow.h \
+ smartpenmanager.h \
+ notebookmodel.h \
+ smartpensyncer.h \
+ smartpen.h bitreader.h stfreader.h \
+ xmlutils.h \
+ notebookview.h \
+ afdnotebook.h \
+ pageitem.h \
+ stfgraphicsitem.h
+
+FORMS += mainwindow.ui