author | kergoth <kergoth> | 2002-11-05 04:41:46 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-05 04:41:46 (UTC) |
commit | b39afb5595fd22b14b56d065fac7b56bf0af1e0e (patch) (side-by-side diff) | |
tree | 9d1ca36e8b02e3e26dc5a152e1b11eacfd496853 | |
parent | 27a0309ab8cc8d780c72e7c87bc674a136b9045f (diff) | |
download | opie-b39afb5595fd22b14b56d065fac7b56bf0af1e0e.zip opie-b39afb5595fd22b14b56d065fac7b56bf0af1e0e.tar.gz opie-b39afb5595fd22b14b56d065fac7b56bf0af1e0e.tar.bz2 |
Missed a couple remnant REQUIRES
-rw-r--r-- | core/opie-login/opie-login.pro | 2 | ||||
-rwxr-xr-x | noncore/games/solitaire/solitaire.pro | 2 | ||||
-rw-r--r-- | noncore/multimedia/showimg/showimg.pro | 1 |
3 files changed, 1 insertions, 4 deletions
diff --git a/core/opie-login/opie-login.pro b/core/opie-login/opie-login.pro index 45b9a7a..22d5e52 100644 --- a/core/opie-login/opie-login.pro +++ b/core/opie-login/opie-login.pro @@ -1,6 +1,6 @@ TEMPLATE = app -CONFIG = qt warn_on debug usepam +CONFIG = qt warn_on HEADERS = loginwindowimpl.h \ loginapplication.h \ ../launcher/inputmethods.h \ diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index ee07e52..06e9bd6 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro @@ -12,10 +12,8 @@ TARGET = patience INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -REQUIRES = patience - TRANSLATIONS = ../../../i18n/de/patience.ts \ ../../../i18n/en/patience.ts \ ../../../i18n/es/patience.ts \ ../../../i18n/fr/patience.ts \ diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro index 4ff4746..466cf18 100644 --- a/noncore/multimedia/showimg/showimg.pro +++ b/noncore/multimedia/showimg/showimg.pro @@ -6,9 +6,8 @@ SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settin TARGET = showimg INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie -REQUIRES = showimg TRANSLATIONS = ../../../i18n/de/showimg.ts \ ../../../i18n/en/showimg.ts \ ../../../i18n/es/showimg.ts \ |