summaryrefslogtreecommitdiff
path: root/core/apps/textedit/Makefile.in
Unidiff
Diffstat (limited to 'core/apps/textedit/Makefile.in') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/textedit/Makefile.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/core/apps/textedit/Makefile.in b/core/apps/textedit/Makefile.in
index 997f2a4..bef671c 100644
--- a/core/apps/textedit/Makefile.in
+++ b/core/apps/textedit/Makefile.in
@@ -101,17 +101,23 @@ REQUIRES=
101main.o: main.cpp \ 101main.o: main.cpp \
102 textedit.h \ 102 textedit.h \
103 $(OPIEDIR)/include/qpe/filemanager.h \ 103 $(OPIEDIR)/include/qpe/filemanager.h \
104 $(OPIEDIR)/include/qpe/qpeapplication.h 104 $(OPIEDIR)/include/qpe/qpeapplication.h \
105 $(OPIEDIR)/include/qpedecoration_qws.h \
106 $(OPIEDIR)/include/timestring.h
105 107
106textedit.o: textedit.cpp \ 108textedit.o: textedit.cpp \
107 textedit.h \ 109 textedit.h \
108 $(OPIEDIR)/include/qpe/filemanager.h \ 110 $(OPIEDIR)/include/qpe/filemanager.h \
109 $(OPIEDIR)/include/qpe/global.h \ 111 $(OPIEDIR)/include/qpe/global.h \
110 $(OPIEDIR)/include/qpe/fileselector.h \ 112 $(OPIEDIR)/include/qpe/fileselector.h \
113 $(OPIEDIR)/include/filemanager.h \
114 $(OPIEDIR)/include/applnk.h \
111 $(OPIEDIR)/include/qpe/applnk.h \ 115 $(OPIEDIR)/include/qpe/applnk.h \
112 $(OPIEDIR)/include/qpe/resource.h \ 116 $(OPIEDIR)/include/qpe/resource.h \
113 $(OPIEDIR)/include/qpe/config.h \ 117 $(OPIEDIR)/include/qpe/config.h \
114 $(OPIEDIR)/include/qpe/qpeapplication.h \ 118 $(OPIEDIR)/include/qpe/qpeapplication.h \
119 $(OPIEDIR)/include/qpedecoration_qws.h \
120 $(OPIEDIR)/include/timestring.h \
115 $(OPIEDIR)/include/qpe/qpemenubar.h \ 121 $(OPIEDIR)/include/qpe/qpemenubar.h \
116 $(OPIEDIR)/include/qpe/qpetoolbar.h 122 $(OPIEDIR)/include/qpe/qpetoolbar.h
117 123