summaryrefslogtreecommitdiff
authorkergoth <kergoth>2002-11-05 03:35:14 (UTC)
committer kergoth <kergoth>2002-11-05 03:35:14 (UTC)
commit7215f0bf9e3b7518ddf7866627819b7764dabee8 (patch) (unidiff)
treeb54806d10322e14d09fc369beef3ddb6896bf9c6
parent684a17bc1aefdf038f19d3ab2e6e0c5874f1d9c6 (diff)
downloadopie-7215f0bf9e3b7518ddf7866627819b7764dabee8.zip
opie-7215f0bf9e3b7518ddf7866627819b7764dabee8.tar.gz
opie-7215f0bf9e3b7518ddf7866627819b7764dabee8.tar.bz2
no more unnecessary REQUIRES.
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--library/library.pro4
-rw-r--r--noncore/apps/advancedfm/advancedfm.pro1
-rw-r--r--noncore/games/tictac/tictac.pro1
-rw-r--r--noncore/net/opieftp/opieftp.pro1
-rw-r--r--noncore/tools/formatter/formatter.pro1
5 files changed, 2 insertions, 6 deletions
diff --git a/library/library.pro b/library/library.pro
index af505dd..fba98f8 100644
--- a/library/library.pro
+++ b/library/library.pro
@@ -111,14 +111,14 @@ SOURCES = calendar.cpp \
111 backend/vcc_yacc.cpp \ 111 backend/vcc_yacc.cpp \
112 backend/vobject.cpp \ 112 backend/vobject.cpp \
113 findwidget_p.cpp \ 113 findwidget_p.cpp \
114 finddialog.cpp \ 114 finddialog.cpp \
115 lnkproperties.cpp 115 lnkproperties.cpp
116# Qt 3 compatibility 116# Qt 3 compatibility
117qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h 117HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h
118qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp 118SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp
119INCLUDEPATH += $(OPIEDIR)/include backend 119INCLUDEPATH += $(OPIEDIR)/include backend
120 LIBS += -ldl -lcrypt -lm 120 LIBS += -ldl -lcrypt -lm
121INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui 121INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui
122 TARGET = qpe 122 TARGET = qpe
123 DESTDIR = $(QTDIR)/lib$(PROJMAK) 123 DESTDIR = $(QTDIR)/lib$(PROJMAK)
124# This is set by configure$(OPIEDIR). 124# This is set by configure$(OPIEDIR).
diff --git a/noncore/apps/advancedfm/advancedfm.pro b/noncore/apps/advancedfm/advancedfm.pro
index 3896f50..bda2fdf 100644
--- a/noncore/apps/advancedfm/advancedfm.pro
+++ b/noncore/apps/advancedfm/advancedfm.pro
@@ -1,12 +1,11 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = advancedfm.h inputDialog.h filePermissions.h output.h 3HEADERS = advancedfm.h inputDialog.h filePermissions.h output.h
4SOURCES = advancedfm.cpp advancedfmData.cpp advancedfmMenu.cpp inputDialog.cpp filePermissions.cpp output.cpp main.cpp 4SOURCES = advancedfm.cpp advancedfmData.cpp advancedfmMenu.cpp inputDialog.cpp filePermissions.cpp output.cpp main.cpp
5TARGET = advancedfm 5TARGET = advancedfm
6REQUIRES=medium-config
7INCLUDEPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 7DEPENDPATH += $(OPIEDIR)/include
9DESTDIR = $(OPIEDIR)/bin 8DESTDIR = $(OPIEDIR)/bin
10LIBS += -lqpe -lopie 9LIBS += -lqpe -lopie
11 10
12TRANSLATIONS = ../../../i18n/de/advancedfm.ts \ 11TRANSLATIONS = ../../../i18n/de/advancedfm.ts \
diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro
index 0807e83..ada5161 100644
--- a/noncore/games/tictac/tictac.pro
+++ b/noncore/games/tictac/tictac.pro
@@ -1,13 +1,12 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = tictac.h 3HEADERS = tictac.h
4SOURCES = main.cpp \ 4SOURCES = main.cpp \
5 tictac.cpp 5 tictac.cpp
6TARGET = tictac 6TARGET = tictac
7REQUIRES=medium-config
8INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe 9LIBS += -lqpe
11DESTDIR = $(OPIEDIR)/bin 10DESTDIR = $(OPIEDIR)/bin
12 11
13TRANSLATIONS = ../../../i18n/de/tictac.ts \ 12TRANSLATIONS = ../../../i18n/de/tictac.ts \
diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro
index a56aed1..6d88530 100644
--- a/noncore/net/opieftp/opieftp.pro
+++ b/noncore/net/opieftp/opieftp.pro
@@ -1,12 +1,11 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = opieftp.h inputDialog.h ftplib.h 3HEADERS = opieftp.h inputDialog.h ftplib.h
4SOURCES = opieftp.cpp inputDialog.cpp ftplib.c main.cpp 4SOURCES = opieftp.cpp inputDialog.cpp ftplib.c main.cpp
5TARGET = opieftp 5TARGET = opieftp
6REQUIRES=medium-config
7DESTDIR = $(OPIEDIR)/bin 6DESTDIR = $(OPIEDIR)/bin
8INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe 9LIBS += -lqpe
11 10
12TRANSLATIONS = ../../../i18n/de/opieftp.ts \ 11TRANSLATIONS = ../../../i18n/de/opieftp.ts \
diff --git a/noncore/tools/formatter/formatter.pro b/noncore/tools/formatter/formatter.pro
index c4f8298..17801dc 100644
--- a/noncore/tools/formatter/formatter.pro
+++ b/noncore/tools/formatter/formatter.pro
@@ -1,12 +1,11 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = formatter.h inputDialog.h output.h 3HEADERS = formatter.h inputDialog.h output.h
4SOURCES = formatter.cpp inputDialog.cpp output.cpp main.cpp 4SOURCES = formatter.cpp inputDialog.cpp output.cpp main.cpp
5TARGET = formatter 5TARGET = formatter
6REQUIRES = medium-config
7DESTDIR = $(OPIEDIR)/bin 6DESTDIR = $(OPIEDIR)/bin
8INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe 9LIBS += -lqpe
11 10
12TRANSLATIONS = ../../../i18n/de/formatter.ts \ 11TRANSLATIONS = ../../../i18n/de/formatter.ts \