From 54860b9c436f31cce71afd180e03b4bf93512b58 Mon Sep 17 00:00:00 2001 From: deva Date: Sun, 28 Dec 2008 11:46:24 +0000 Subject: Basic data model now in place. git-svn-id: file:///mnt/atuin/misc/bak/sync/data/svn/repos/qookie@10 385a8487-d0bc-44c8-a27f-f7cfc1192794 --- qookie.pro | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 qookie.pro (limited to 'qookie.pro') 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 -- cgit v1.2.3