summaryrefslogtreecommitdiff
path: root/qookie.pro
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2022-05-26 18:44:27 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2022-05-26 18:44:27 +0200
commitbc64a989bc91cbf2acf06bbbdc402861e31aab81 (patch)
tree261d818113ad1ad7cc2f679de76f310917e4f482 /qookie.pro
parent5746abc233d24e39e84effb481b3baac1e9fe19b (diff)
Remove obsolete/historic files.
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