author | imm <imm> | 2002-08-31 12:42:30 (UTC) |
---|---|---|
committer | imm <imm> | 2002-08-31 12:42:30 (UTC) |
commit | a5c724a5e9b151d0ada9cba1d8e9017f5b86347b (patch) (side-by-side diff) | |
tree | 6cb61b33c40cf3a6643587748709871b131119cd | |
parent | 59e182e32cff81c3b80a64b68fd727a2b6cd7971 (diff) | |
download | opie-a5c724a5e9b151d0ada9cba1d8e9017f5b86347b.zip opie-a5c724a5e9b151d0ada9cba1d8e9017f5b86347b.tar.gz opie-a5c724a5e9b151d0ada9cba1d8e9017f5b86347b.tar.bz2 |
opiedir fix
-rw-r--r-- | noncore/games/buzzword/buzzword.pro | 4 | ||||
-rw-r--r-- | noncore/games/zbounce/zbounce.pro | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/noncore/games/buzzword/buzzword.pro b/noncore/games/buzzword/buzzword.pro index 229d452..004fb28 100644 --- a/noncore/games/buzzword/buzzword.pro +++ b/noncore/games/buzzword/buzzword.pro @@ -1,25 +1,25 @@ TEMPLATE = app CONFIG = qt warn_on release HEADERS = buzzword.h SOURCES = buzzword.cpp main.cpp -INCLUDEPATH += $(QPEDIR)/include -DEPENDPATH += $(QPEDIR)/include +INCLUDEPATH += $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include DESTDIR = $(OPIEDIR)/bin LIBS += -lqpe TARGET = buzzword TRANSLATIONS = ../../../i18n/de/buzzword.ts \ ../../../i18n/en/buzzword.ts \ ../../../i18n/es/buzzword.ts \ ../../../i18n/fr/buzzword.ts \ ../../../i18n/hu/buzzword.ts \ ../../../i18n/ja/buzzword.ts \ ../../../i18n/ko/buzzword.ts \ ../../../i18n/no/buzzword.ts \ ../../../i18n/pl/buzzword.ts \ ../../../i18n/pt/buzzword.ts \ ../../../i18n/pt_BR/buzzword.ts \ ../../../i18n/sl/buzzword.ts \ ../../../i18n/zh_CN/buzzword.ts \ ../../../i18n/zh_TW/buzzword.ts \ ../../../i18n/it/buzzword.ts diff --git a/noncore/games/zbounce/zbounce.pro b/noncore/games/zbounce/zbounce.pro index 4bf2058..532f640 100644 --- a/noncore/games/zbounce/zbounce.pro +++ b/noncore/games/zbounce/zbounce.pro @@ -1,10 +1,10 @@ TEMPLATE = app #CONFIG = qt warn_on debug CONFIG = qt warn_on release HEADERS = game.h kbounce.h SOURCES = game.cpp kbounce.cpp main.cpp -INCLUDEPATH += $(QPEDIR)/include -DEPENDPATH += $(QPEDIR)/include +INCLUDEPATH += $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe DESTDIR = $(OPIEDIR)/bin TARGET = zbounce |