author | kergoth <kergoth> | 2002-11-05 03:35:14 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-05 03:35:14 (UTC) |
commit | 7215f0bf9e3b7518ddf7866627819b7764dabee8 (patch) (side-by-side diff) | |
tree | b54806d10322e14d09fc369beef3ddb6896bf9c6 /library/library.pro | |
parent | 684a17bc1aefdf038f19d3ab2e6e0c5874f1d9c6 (diff) | |
download | opie-7215f0bf9e3b7518ddf7866627819b7764dabee8.zip opie-7215f0bf9e3b7518ddf7866627819b7764dabee8.tar.gz opie-7215f0bf9e3b7518ddf7866627819b7764dabee8.tar.bz2 |
no more unnecessary REQUIRES.
-rw-r--r-- | library/library.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/library.pro b/library/library.pro index af505dd..fba98f8 100644 --- a/library/library.pro +++ b/library/library.pro @@ -69,73 +69,73 @@ SOURCES = calendar.cpp \ fontmanager.cpp \ qdawg.cpp \ datebookmonth.cpp \ fileselector.cpp \ imageedit.cpp \ resource.cpp \ qpedecoration_qws.cpp \ qcopenvelope_qws.cpp \ qpeapplication.cpp \ qpestyle.cpp \ qpedialog.cpp \ lightstyle.cpp \ config.cpp \ applnk.cpp \ sound.cpp \ tzselect.cpp \ qmath.c \ datebookdb.cpp \ alarmserver.cpp \ password.cpp \ process.cpp \ process_unix.cpp \ timestring.cpp \ fontdatabase.cpp \ power.cpp \ storage.cpp \ qpemessagebox.cpp \ backend/timeconversion.cpp \ qpedebug.cpp \ qpemenubar.cpp \ qpetoolbar.cpp \ backend/categories.cpp \ backend/stringutil.cpp \ backend/palmtoprecord.cpp \ backend/task.cpp \ backend/event.cpp \ backend/contact.cpp \ categorymenu.cpp \ categoryedit_p.cpp \ categoryselect.cpp \ categorywidget.cpp \ ir.cpp \ backend/vcc_yacc.cpp \ backend/vobject.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 +HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h +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 \ ../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/it/libqpe.ts \ ../i18n/zh_TW/libqpe.ts |