# -*- 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