author | kergoth <kergoth> | 2002-11-05 03:35:14 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-05 03:35:14 (UTC) |
commit | 7215f0bf9e3b7518ddf7866627819b7764dabee8 (patch) (unidiff) | |
tree | b54806d10322e14d09fc369beef3ddb6896bf9c6 | |
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 | ||||
-rw-r--r-- | noncore/apps/advancedfm/advancedfm.pro | 1 | ||||
-rw-r--r-- | noncore/games/tictac/tictac.pro | 1 | ||||
-rw-r--r-- | noncore/net/opieftp/opieftp.pro | 1 | ||||
-rw-r--r-- | noncore/tools/formatter/formatter.pro | 1 |
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 | |||
@@ -116,4 +116,4 @@ SOURCES = calendar.cpp \ | |||
116 | # Qt 3 compatibility | 116 | # Qt 3 compatibility |
117 | qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h | 117 | HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h |
118 | qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp | 118 | SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp |
119 | INCLUDEPATH += $(OPIEDIR)/include backend | 119 | INCLUDEPATH += $(OPIEDIR)/include backend |
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 | |||
@@ -5,3 +5,2 @@ SOURCES = advancedfm.cpp advancedfmData.cpp advancedfmMenu.cpp inputDialog.cpp | |||
5 | TARGET = advancedfm | 5 | TARGET = advancedfm |
6 | REQUIRES=medium-config | ||
7 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
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 | |||
@@ -6,3 +6,2 @@ SOURCES = main.cpp \ | |||
6 | TARGET = tictac | 6 | TARGET = tictac |
7 | REQUIRES=medium-config | ||
8 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
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 | |||
@@ -5,3 +5,2 @@ SOURCES = opieftp.cpp inputDialog.cpp ftplib.c main.cpp | |||
5 | TARGET = opieftp | 5 | TARGET = opieftp |
6 | REQUIRES=medium-config | ||
7 | DESTDIR = $(OPIEDIR)/bin | 6 | DESTDIR = $(OPIEDIR)/bin |
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 | |||
@@ -5,3 +5,2 @@ SOURCES = formatter.cpp inputDialog.cpp output.cpp main.cpp | |||
5 | TARGET = formatter | 5 | TARGET = formatter |
6 | REQUIRES = medium-config | ||
7 | DESTDIR = $(OPIEDIR)/bin | 6 | DESTDIR = $(OPIEDIR)/bin |