author | sandman <sandman> | 2002-06-26 23:13:50 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-06-26 23:13:50 (UTC) |
commit | b13d95b210c7d16229514afc66e32a1de09a075c (patch) (unidiff) | |
tree | 341d10953319693d0fd1a51edeb5cbb83ad5bcf4 /library | |
parent | de4d8f77c0b0eba84a0a0240b5cf439c3e5243a4 (diff) | |
download | opie-b13d95b210c7d16229514afc66e32a1de09a075c.zip opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.gz opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.bz2 |
Major pro file overhaul from davipt. Commited by me, since it touches
many core files ... please report bugs on this to davipt
-rw-r--r-- | library/library.pro | 33 |
1 files changed, 14 insertions, 19 deletions
diff --git a/library/library.pro b/library/library.pro index a05ee7e..cb4714a 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -56,7 +56,6 @@ HEADERS = calendar.h \ | |||
56 | findwidget_p.h \ | 56 | findwidget_p.h \ |
57 | finddialog.h \ | 57 | finddialog.h \ |
58 | lnkproperties.h | 58 | lnkproperties.h |
59 | |||
60 | SOURCES= calendar.cpp \ | 59 | SOURCES= calendar.cpp \ |
61 | global.cpp \ | 60 | global.cpp \ |
62 | xmlreader.cpp \ | 61 | xmlreader.cpp \ |
@@ -112,32 +111,28 @@ SOURCES = calendar.cpp \ | |||
112 | findwidget_p.cpp \ | 111 | findwidget_p.cpp \ |
113 | finddialog.cpp \ | 112 | finddialog.cpp \ |
114 | lnkproperties.cpp | 113 | lnkproperties.cpp |
115 | |||
116 | # Qt 3 compatibility | 114 | # Qt 3 compatibility |
117 | qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h | 115 | qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h |
118 | qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp | 116 | qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp |
119 | |||
120 | INCLUDEPATH += $(OPIEDIR)/include backend | 117 | INCLUDEPATH += $(OPIEDIR)/include backend |
121 | LIBS += -ldl -lcrypt -lm | 118 | LIBS += -ldl -lcrypt -lm |
122 | |||
123 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 119 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui |
124 | |||
125 | TARGET = qpe | 120 | TARGET = qpe |
126 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 121 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
127 | # This is set by configure$(OPIEDIR). | 122 | # This is set by configure$(OPIEDIR). |
128 | VERSION = 1.5.0.1 | 123 | VERSION = 1.5.0.1 |
129 | 124 | ||
130 | TRANSLATIONS = ../i18n/de/libqpe.ts | 125 | TRANSLATIONS = ../i18n/de/libqpe.ts \ |
131 | TRANSLATIONS += ../i18n/es/libqpe.ts | 126 | ../i18n/en/libqpe.ts \ |
132 | TRANSLATIONS += ../i18n/pt/libqpe.ts | 127 | ../i18n/es/libqpe.ts \ |
133 | TRANSLATIONS += ../i18n/pt_BR/libqpe.ts | 128 | ../i18n/fr/libqpe.ts \ |
134 | TRANSLATIONS += ../i18n/en/libqpe.ts | 129 | ../i18n/hu/libqpe.ts \ |
135 | TRANSLATIONS += ../i18n/sl/libqpe.ts | 130 | ../i18n/ja/libqpe.ts \ |
136 | TRANSLATIONS += ../i18n/hu/libqpe.ts | 131 | ../i18n/ko/libqpe.ts \ |
137 | TRANSLATIONS += ../i18n/ja/libqpe.ts | 132 | ../i18n/no/libqpe.ts \ |
138 | TRANSLATIONS += ../i18n/ko/libqpe.ts | 133 | ../i18n/pl/libqpe.ts \ |
139 | TRANSLATIONS += ../i18n/pl/libqpe.ts | 134 | ../i18n/pt/libqpe.ts \ |
140 | TRANSLATIONS += ../i18n/fr/libqpe.ts | 135 | ../i18n/pt_BR/libqpe.ts \ |
141 | TRANSLATIONS += ../i18n/no/libqpe.ts | 136 | ../i18n/sl/libqpe.ts \ |
142 | TRANSLATIONS += ../i18n/zh_CN/libqpe.ts | 137 | ../i18n/zh_CN/libqpe.ts \ |
143 | TRANSLATIONS += ../i18n/zh_TW/libqpe.ts | 138 | ../i18n/zh_TW/libqpe.ts |