summaryrefslogtreecommitdiff
path: root/qookie.pro
blob: 89c45faa7472772ecbaa6f0dd4bf4aab60df25b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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