summaryrefslogtreecommitdiff
path: root/noncore/games/kbill/kbill.pro
Unidiff
Diffstat (limited to 'noncore/games/kbill/kbill.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/kbill/kbill.pro20
1 files changed, 0 insertions, 20 deletions
diff --git a/noncore/games/kbill/kbill.pro b/noncore/games/kbill/kbill.pro
index d0ec3e2..82f0978 100644
--- a/noncore/games/kbill/kbill.pro
+++ b/noncore/games/kbill/kbill.pro
@@ -1,36 +1,16 @@
1 TEMPLATE = app 1 TEMPLATE = app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 HEADERS = kbill.h field.h Bucket.h Cable.h Computer.h Game.h Horde.h \ 3 HEADERS = kbill.h field.h Bucket.h Cable.h Computer.h Game.h Horde.h \
4Library.h MCursor.h Monster.h Network.h Picture.h Spark.h Strings.h \ 4Library.h MCursor.h Monster.h Network.h Picture.h Spark.h Strings.h \
5UI.h objects.h inputbox.h 5UI.h objects.h inputbox.h
6 SOURCES = field.cpp Bucket.cc Cable.cc Computer.cc Game.cc Horde.cc \ 6 SOURCES = field.cpp Bucket.cc Cable.cc Computer.cc Game.cc Horde.cc \
7Library.cc MCursor.cc Monster.cc Network.cc Picture.cc \ 7Library.cc MCursor.cc Monster.cc Network.cc Picture.cc \
8Spark.cc UI.cpp inputbox.cpp kbill.cpp 8Spark.cc UI.cpp inputbox.cpp kbill.cpp
9INTERFACES = helpdialog.ui 9INTERFACES = helpdialog.ui
10 TARGET = kbill 10 TARGET = kbill
11 INCLUDEPATH+= $(OPIEDIR)/include 11 INCLUDEPATH+= $(OPIEDIR)/include
12 DEPENDPATH+= $(OPIEDIR)/include 12 DEPENDPATH+= $(OPIEDIR)/include
13 LIBS += -lqpe -lstdc++ 13 LIBS += -lqpe -lstdc++
14 DESTDIR = $(OPIEDIR)/bin 14 DESTDIR = $(OPIEDIR)/bin
15 15
16TRANSLATIONS = ../../../i18n/de/kbill.ts \
17 ../../../i18n/nl/kbill.ts \
18 ../../../i18n/da/kbill.ts \
19 ../../../i18n/xx/kbill.ts \
20 ../../../i18n/en/kbill.ts \
21 ../../../i18n/es/kbill.ts \
22 ../../../i18n/fr/kbill.ts \
23 ../../../i18n/hu/kbill.ts \
24 ../../../i18n/ja/kbill.ts \
25 ../../../i18n/ko/kbill.ts \
26 ../../../i18n/no/kbill.ts \
27 ../../../i18n/pl/kbill.ts \
28 ../../../i18n/pt/kbill.ts \
29 ../../../i18n/pt_BR/kbill.ts \
30 ../../../i18n/sl/kbill.ts \
31 ../../../i18n/zh_CN/kbill.ts \
32 ../../../i18n/zh_TW/kbill.ts
33
34
35
36include ( $(OPIEDIR)/include.pro ) 16include ( $(OPIEDIR)/include.pro )