summaryrefslogtreecommitdiff
path: root/library/library.pro
authorsandman <sandman>2002-06-26 23:13:50 (UTC)
committer sandman <sandman>2002-06-26 23:13:50 (UTC)
commitb13d95b210c7d16229514afc66e32a1de09a075c (patch) (side-by-side diff)
tree341d10953319693d0fd1a51edeb5cbb83ad5bcf4 /library/library.pro
parentde4d8f77c0b0eba84a0a0240b5cf439c3e5243a4 (diff)
downloadopie-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
Diffstat (limited to 'library/library.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--library/library.pro33
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 \
findwidget_p.h \
finddialog.h \
lnkproperties.h
-
SOURCES = calendar.cpp \
global.cpp \
xmlreader.cpp \
@@ -112,32 +111,28 @@ SOURCES = calendar.cpp \
findwidget_p.cpp \
finddialog.cpp \
lnkproperties.cpp
-
# Qt 3 compatibility
qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h
qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp
-
INCLUDEPATH += $(OPIEDIR)/include backend
LIBS += -ldl -lcrypt -lm
-
INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui
-
TARGET = qpe
DESTDIR = $(QTDIR)/lib$(PROJMAK)
# This is set by configure$(OPIEDIR).
VERSION = 1.5.0.1
-TRANSLATIONS = ../i18n/de/libqpe.ts
-TRANSLATIONS += ../i18n/es/libqpe.ts
-TRANSLATIONS += ../i18n/pt/libqpe.ts
-TRANSLATIONS += ../i18n/pt_BR/libqpe.ts
-TRANSLATIONS += ../i18n/en/libqpe.ts
-TRANSLATIONS += ../i18n/sl/libqpe.ts
-TRANSLATIONS += ../i18n/hu/libqpe.ts
-TRANSLATIONS += ../i18n/ja/libqpe.ts
-TRANSLATIONS += ../i18n/ko/libqpe.ts
-TRANSLATIONS += ../i18n/pl/libqpe.ts
-TRANSLATIONS += ../i18n/fr/libqpe.ts
-TRANSLATIONS += ../i18n/no/libqpe.ts
-TRANSLATIONS += ../i18n/zh_CN/libqpe.ts
-TRANSLATIONS += ../i18n/zh_TW/libqpe.ts
+TRANSLATIONS = ../i18n/de/libqpe.ts \
+ ../i18n/en/libqpe.ts \
+ ../i18n/es/libqpe.ts \
+ ../i18n/fr/libqpe.ts \
+ ../i18n/hu/libqpe.ts \
+ ../i18n/ja/libqpe.ts \
+ ../i18n/ko/libqpe.ts \
+ ../i18n/no/libqpe.ts \
+ ../i18n/pl/libqpe.ts \
+ ../i18n/pt/libqpe.ts \
+ ../i18n/pt_BR/libqpe.ts \
+ ../i18n/sl/libqpe.ts \
+ ../i18n/zh_CN/libqpe.ts \
+ ../i18n/zh_TW/libqpe.ts