summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-write/opie-write.pro
Unidiff
Diffstat (limited to 'noncore/apps/opie-write/opie-write.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-write/opie-write.pro108
1 files changed, 1 insertions, 107 deletions
diff --git a/noncore/apps/opie-write/opie-write.pro b/noncore/apps/opie-write/opie-write.pro
index 5d6e0d5..af438f4 100644
--- a/noncore/apps/opie-write/opie-write.pro
+++ b/noncore/apps/opie-write/opie-write.pro
@@ -2,131 +2,25 @@
2CONFIG += qt warn on quick-app 2CONFIG += qt warn on quick-app
3 3
4HEADERS = qcleanuphandler.h \ 4HEADERS = qcleanuphandler.h \
5 qcomplextext_p.h \ 5 qcomplextext_p.h \
6 qrichtext_p.h \ 6 qrichtext_p.h \
7 qstylesheet.h \ 7 qstylesheet.h \
8 qtextedit.h \ 8 qtextedit.h \
9 mainwindow.h 9 mainwindow.h
10 10
11SOURCES = qcomplextext.cpp \ 11SOURCES = qcomplextext.cpp \
12 qstylesheet.cpp \ 12 qstylesheet.cpp \
13 qrichtext_p.cpp \ 13 qrichtext_p.cpp \
14 qrichtext.cpp \ 14 qrichtext.cpp \
15 qtextedit.cpp \ 15 qtextedit.cpp \
16 main.cpp \ 16 main.cpp \
17 mainwindow.cpp 17 mainwindow.cpp
18 18
19INCLUDEPATH += $(OPIEDIR)/include 19INCLUDEPATH += $(OPIEDIR)/include
20DEPENDPATH += $(OPIEDIR)/include 20DEPENDPATH += $(OPIEDIR)/include
21LIBS += -lqpe -lopiecore2 21LIBS += -lqpe -lopiecore2
22 22
23TARGET = opie-write 23TARGET = opie-write
24 24
25 25
26include( 26include( $(OPIEDIR)/include.pro )
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132 $(OPIEDIR)/include.pro )