author | kergoth <kergoth> | 2002-11-05 04:41:46 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-05 04:41:46 (UTC) |
commit | b39afb5595fd22b14b56d065fac7b56bf0af1e0e (patch) (unidiff) | |
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,14 +1,14 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on debug usepam | 2 | CONFIG = qt warn_on |
3 | 3 | ||
4 | HEADERS = loginwindowimpl.h \ | 4 | HEADERS = loginwindowimpl.h \ |
5 | loginapplication.h \ | 5 | loginapplication.h \ |
6 | ../launcher/inputmethods.h \ | 6 | ../launcher/inputmethods.h \ |
7 | ../apps/calibrate/calibrate.h | 7 | ../apps/calibrate/calibrate.h |
8 | 8 | ||
9 | SOURCES = loginwindowimpl.cpp \ | 9 | SOURCES = loginwindowimpl.cpp \ |
10 | loginapplication.cpp \ | 10 | loginapplication.cpp \ |
11 | ../launcher/inputmethods.cpp \ | 11 | ../launcher/inputmethods.cpp \ |
12 | ../apps/calibrate/calibrate.cpp \ | 12 | ../apps/calibrate/calibrate.cpp \ |
13 | main.cpp | 13 | main.cpp |
14 | 14 | ||
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 | |||
@@ -4,26 +4,24 @@ CONFIG += qt warn_on release | |||
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | 5 | ||
6 | HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h canvascardgame.h freecellcardgame.h chicanecardgame.h harpcardgame.h teeclubcardgame.h patiencecardgame.h canvascardwindow.h | 6 | HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h canvascardgame.h freecellcardgame.h chicanecardgame.h harpcardgame.h teeclubcardgame.h patiencecardgame.h canvascardwindow.h |
7 | 7 | ||
8 | SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp chicanecardgame.cpp harpcardgame.cpp teeclubcardgame.cpp patiencecardgame.cpp canvascardwindow.cpp main.cpp | 8 | SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp chicanecardgame.cpp harpcardgame.cpp teeclubcardgame.cpp patiencecardgame.cpp canvascardwindow.cpp main.cpp |
9 | 9 | ||
10 | TARGET = patience | 10 | TARGET = patience |
11 | 11 | ||
12 | INCLUDEPATH += $(OPIEDIR)/include | 12 | INCLUDEPATH += $(OPIEDIR)/include |
13 | DEPENDPATH+= $(OPIEDIR)/include | 13 | DEPENDPATH+= $(OPIEDIR)/include |
14 | LIBS += -lqpe | 14 | LIBS += -lqpe |
15 | 15 | ||
16 | REQUIRES= patience | ||
17 | |||
18 | TRANSLATIONS = ../../../i18n/de/patience.ts \ | 16 | TRANSLATIONS = ../../../i18n/de/patience.ts \ |
19 | ../../../i18n/en/patience.ts \ | 17 | ../../../i18n/en/patience.ts \ |
20 | ../../../i18n/es/patience.ts \ | 18 | ../../../i18n/es/patience.ts \ |
21 | ../../../i18n/fr/patience.ts \ | 19 | ../../../i18n/fr/patience.ts \ |
22 | ../../../i18n/hu/patience.ts \ | 20 | ../../../i18n/hu/patience.ts \ |
23 | ../../../i18n/ja/patience.ts \ | 21 | ../../../i18n/ja/patience.ts \ |
24 | ../../../i18n/ko/patience.ts \ | 22 | ../../../i18n/ko/patience.ts \ |
25 | ../../../i18n/no/patience.ts \ | 23 | ../../../i18n/no/patience.ts \ |
26 | ../../../i18n/pl/patience.ts \ | 24 | ../../../i18n/pl/patience.ts \ |
27 | ../../../i18n/pt/patience.ts \ | 25 | ../../../i18n/pt/patience.ts \ |
28 | ../../../i18n/pt_BR/patience.ts \ | 26 | ../../../i18n/pt_BR/patience.ts \ |
29 | ../../../i18n/sl/patience.ts \ | 27 | ../../../i18n/sl/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 | |||
@@ -1,22 +1,21 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = showimg.h ImageFileSelector.h settingsdialog.h settingsdialogbase.h | 4 | HEADERS = showimg.h ImageFileSelector.h settingsdialog.h settingsdialogbase.h |
5 | SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settingsdialogbase.cpp | 5 | SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settingsdialogbase.cpp |
6 | TARGET = showimg | 6 | TARGET = showimg |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | REQUIRES = showimg | ||
11 | 10 | ||
12 | TRANSLATIONS = ../../../i18n/de/showimg.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/showimg.ts \ |
13 | ../../../i18n/en/showimg.ts \ | 12 | ../../../i18n/en/showimg.ts \ |
14 | ../../../i18n/es/showimg.ts \ | 13 | ../../../i18n/es/showimg.ts \ |
15 | ../../../i18n/fr/showimg.ts \ | 14 | ../../../i18n/fr/showimg.ts \ |
16 | ../../../i18n/hu/showimg.ts \ | 15 | ../../../i18n/hu/showimg.ts \ |
17 | ../../../i18n/ja/showimg.ts \ | 16 | ../../../i18n/ja/showimg.ts \ |
18 | ../../../i18n/ko/showimg.ts \ | 17 | ../../../i18n/ko/showimg.ts \ |
19 | ../../../i18n/no/showimg.ts \ | 18 | ../../../i18n/no/showimg.ts \ |
20 | ../../../i18n/pl/showimg.ts \ | 19 | ../../../i18n/pl/showimg.ts \ |
21 | ../../../i18n/pt/showimg.ts \ | 20 | ../../../i18n/pt/showimg.ts \ |
22 | ../../../i18n/pt_BR/showimg.ts \ | 21 | ../../../i18n/pt_BR/showimg.ts \ |