-rw-r--r-- | library/library.pro | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/library/library.pro b/library/library.pro index 4a06550..d9538fb 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -48,25 +48,27 @@ HEADERS = calendar.h \ | |||
48 | backend/contact.h\ | 48 | backend/contact.h\ |
49 | categorymenu.h \ | 49 | categorymenu.h \ |
50 | categoryedit_p.h \ | 50 | categoryedit_p.h \ |
51 | categoryselect.h \ | 51 | categoryselect.h \ |
52 | categorywidget.h \ | 52 | categorywidget.h \ |
53 | ir.h \ | 53 | ir.h \ |
54 | backend/vobject_p.h \ | 54 | backend/vobject_p.h \ |
55 | findwidget_p.h \ | 55 | findwidget_p.h \ |
56 | finddialog.h \ | 56 | finddialog.h \ |
57 | lnkproperties.h \ | 57 | lnkproperties.h \ |
58 | windowdecorationinterface.h \ | 58 | windowdecorationinterface.h \ |
59 | textcodecinterface.h \ | 59 | textcodecinterface.h \ |
60 | imagecodecinterface.h | 60 | imagecodecinterface.h \ |
61 | qt_override_p.h | ||
62 | |||
61 | SOURCES= calendar.cpp \ | 63 | SOURCES= calendar.cpp \ |
62 | global.cpp \ | 64 | global.cpp \ |
63 | xmlreader.cpp \ | 65 | xmlreader.cpp \ |
64 | mimetype.cpp \ | 66 | mimetype.cpp \ |
65 | menubutton.cpp \ | 67 | menubutton.cpp \ |
66 | network.cpp \ | 68 | network.cpp \ |
67 | networkinterface.cpp \ | 69 | networkinterface.cpp \ |
68 | filemanager.cpp \ | 70 | filemanager.cpp \ |
69 | fontmanager.cpp \ | 71 | fontmanager.cpp \ |
70 | qdawg.cpp \ | 72 | qdawg.cpp \ |
71 | datebookmonth.cpp \ | 73 | datebookmonth.cpp \ |
72 | fileselector.cpp \ | 74 | fileselector.cpp \ |
@@ -103,25 +105,26 @@ SOURCES = calendar.cpp \ | |||
103 | backend/task.cpp \ | 105 | backend/task.cpp \ |
104 | backend/event.cpp \ | 106 | backend/event.cpp \ |
105 | backend/contact.cpp \ | 107 | backend/contact.cpp \ |
106 | categorymenu.cpp \ | 108 | categorymenu.cpp \ |
107 | categoryedit_p.cpp \ | 109 | categoryedit_p.cpp \ |
108 | categoryselect.cpp \ | 110 | categoryselect.cpp \ |
109 | categorywidget.cpp \ | 111 | categorywidget.cpp \ |
110 | ir.cpp \ | 112 | ir.cpp \ |
111 | backend/vcc_yacc.cpp \ | 113 | backend/vcc_yacc.cpp \ |
112 | backend/vobject.cpp \ | 114 | backend/vobject.cpp \ |
113 | findwidget_p.cpp \ | 115 | findwidget_p.cpp \ |
114 | finddialog.cpp \ | 116 | finddialog.cpp \ |
115 | lnkproperties.cpp | 117 | lnkproperties.cpp \ |
118 | qt_override.cpp | ||
116 | 119 | ||
117 | # Qt 3 compatibility | 120 | # Qt 3 compatibility |
118 | HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h | 121 | HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h |
119 | SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp | 122 | SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp |
120 | INCLUDEPATH += $(OPIEDIR)/include backend | 123 | INCLUDEPATH += $(OPIEDIR)/include backend |
121 | LIBS += -ldl -lcrypt -lm | 124 | LIBS += -ldl -lcrypt -lm |
122 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 125 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui |
123 | TARGET = qpe | 126 | TARGET = qpe |
124 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 127 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
125 | # This is set by configure$(OPIEDIR). | 128 | # This is set by configure$(OPIEDIR). |
126 | VERSION = 1.5.0.1 | 129 | VERSION = 1.5.0.1 |
127 | 130 | ||