summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/kbill/kbill.pro18
1 files changed, 9 insertions, 9 deletions
diff --git a/noncore/games/kbill/kbill.pro b/noncore/games/kbill/kbill.pro
index 2091dd0..a0eddf2 100644
--- a/noncore/games/kbill/kbill.pro
+++ b/noncore/games/kbill/kbill.pro
@@ -1,13 +1,13 @@
1TEMPLATE = app 1 TEMPLATE = app
2CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3DESTDIR = $(OPIEDIR)/bin 3 HEADERS = kbill.h field.h Bucket.h Cable.h Computer.h Game.h Horde.h \
4HEADERS = kbill.h field.h Bucket.h Cable.h Computer.h Game.h Horde.h \
5Library.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 \
6UI.h objects.h inputbox.h 5UI.h objects.h inputbox.h
7SOURCES = 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 \
8Library.cc MCursor.cc Monster.cc Network.cc Picture.cc \ 7Library.cc MCursor.cc Monster.cc Network.cc Picture.cc \
9Spark.cc UI.cpp inputbox.cpp kbill.cpp 8Spark.cc UI.cpp inputbox.cpp kbill.cpp
10TARGET = kbill 9 TARGET = kbill
11INCLUDEPATH += $(OPIEDIR)/include 10 INCLUDEPATH+= $(OPIEDIR)/include
12DEPENDPATH += $(OPIEDIR)/include 11 DEPENDPATH+= $(OPIEDIR)/include
13LIBS += -lqpe 12 LIBS += -lqpe
13 DESTDIR = $(OPIEDIR)/bin \ No newline at end of file