summaryrefslogtreecommitdiff
path: root/qookie.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qookie.pro')
-rw-r--r--qookie.pro36
1 files changed, 36 insertions, 0 deletions
diff --git a/qookie.pro b/qookie.pro
new file mode 100644
index 0000000..89c45fa
--- /dev/null
+++ b/qookie.pro
@@ -0,0 +1,36 @@
+# -*- makefile -*-
+
+TEMPLATE = app
+TARGET =
+DEPENDPATH += .
+INCLUDEPATH += .
+QT += core xml gui svg
+
+
+# Input
+HEADERS += \
+ mainwindow.h \
+ viewer.h \
+ menu.h \
+ component.h \
+ dish.h \
+ course.h \
+ ingredient.h \
+ document.h \
+ reader.h \
+ xmlreader.h \
+ uid.h
+
+SOURCES += \
+ mainwindow.cc \
+ qookie.cc \
+ viewer.cc \
+ menu.cc \
+ component.cc \
+ dish.cc \
+ course.cc \
+ ingredient.cc \
+ document.cc \
+ reader.cc \
+ xmlreader.cc \
+ uid.cc