summaryrefslogtreecommitdiff
path: root/qookie.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qookie.pro')
-rw-r--r--qookie.pro36
1 files changed, 0 insertions, 36 deletions
diff --git a/qookie.pro b/qookie.pro
deleted file mode 100644
index 89c45fa..0000000
--- a/qookie.pro
+++ /dev/null
@@ -1,36 +0,0 @@
-# -*- 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