author | ar <ar> | 2003-12-04 21:16:08 (UTC) |
---|---|---|
committer | ar <ar> | 2003-12-04 21:16:08 (UTC) |
commit | 956020cd93327d53d72254f00e448f92a5e679a1 (patch) (side-by-side diff) | |
tree | 202724f7916d752d2a297c3f28225073748d0794 /noncore/games/minesweep | |
parent | c8330ea474bcd2d5359db28786514a5d5cda5fe0 (diff) | |
download | opie-956020cd93327d53d72254f00e448f92a5e679a1.zip opie-956020cd93327d53d72254f00e448f92a5e679a1.tar.gz opie-956020cd93327d53d72254f00e448f92a5e679a1.tar.bz2 |
use opie-lupdate instead lupdate
-rw-r--r-- | noncore/games/minesweep/minesweep.pro | 51 |
1 files changed, 15 insertions, 36 deletions
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro index 3675b06..8e4001e 100644 --- a/noncore/games/minesweep/minesweep.pro +++ b/noncore/games/minesweep/minesweep.pro @@ -1,36 +1,15 @@ -TEMPLATE = app -CONFIG = qt warn_on release -DESTDIR = $(OPIEDIR)/bin -HEADERS = minefield.h \ - minesweep.h -SOURCES = main.cpp \ - minefield.cpp \ - minesweep.cpp -INCLUDEPATH += $(OPIEDIR)/include -DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe -INTERFACES = -TARGET = minesweep - -TRANSLATIONS = ../../../i18n/de/minesweep.ts \ - ../../../i18n/nl/minesweep.ts \ - ../../../i18n/da/minesweep.ts \ - ../../../i18n/xx/minesweep.ts \ - ../../../i18n/en/minesweep.ts \ - ../../../i18n/es/minesweep.ts \ - ../../../i18n/fr/minesweep.ts \ - ../../../i18n/hu/minesweep.ts \ - ../../../i18n/ja/minesweep.ts \ - ../../../i18n/ko/minesweep.ts \ - ../../../i18n/no/minesweep.ts \ - ../../../i18n/pl/minesweep.ts \ - ../../../i18n/pt/minesweep.ts \ - ../../../i18n/pt_BR/minesweep.ts \ - ../../../i18n/sl/minesweep.ts \ - ../../../i18n/zh_CN/minesweep.ts \ - ../../../i18n/it/minesweep.ts \ - ../../../i18n/zh_TW/minesweep.ts - - - -include ( $(OPIEDIR)/include.pro ) +TEMPLATE = app
+CONFIG = qt warn_on release
+DESTDIR = $(OPIEDIR)/bin
+HEADERS = minefield.h \
+ minesweep.h
+SOURCES = main.cpp \
+ minefield.cpp \
+ minesweep.cpp
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe
+INTERFACES =
+TARGET = minesweep
+
+include ( $(OPIEDIR)/include.pro )
|