-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,18 +1,18 @@ 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 \ 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 |