summaryrefslogtreecommitdiff
path: root/noncore/games/fifteen/fifteen.pro
authorzecke <zecke>2004-07-24 15:02:13 (UTC)
committer zecke <zecke>2004-07-24 15:02:13 (UTC)
commitc94b8aee4873dc382d3fe2673c7ac1db7080fe0e (patch) (unidiff)
treeda5d98b9e429ad845651e731e93a978cea54a65b /noncore/games/fifteen/fifteen.pro
parent2da1cf47a5c1429d8ad010880ff1da3e97b437ad (diff)
downloadopie-c94b8aee4873dc382d3fe2673c7ac1db7080fe0e.zip
opie-c94b8aee4873dc382d3fe2673c7ac1db7080fe0e.tar.gz
opie-c94b8aee4873dc382d3fe2673c7ac1db7080fe0e.tar.bz2
Custom Image as the background for the board tiles.
This is later needed for the puzzle game mode
Diffstat (limited to 'noncore/games/fifteen/fifteen.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/fifteen/fifteen.pro10
1 files changed, 7 insertions, 3 deletions
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro
index 509f106..34058a0 100644
--- a/noncore/games/fifteen/fifteen.pro
+++ b/noncore/games/fifteen/fifteen.pro
@@ -1,10 +1,14 @@
1 CONFIG = qt warn_on quick-app 1 CONFIG = qt warn_on
2 HEADERS = fifteen.h 2 HEADERS = fifteen.h \
3 fifteenconfigdialog.h
3 SOURCES = fifteen.cpp \ 4 SOURCES = fifteen.cpp \
5 fifteenconfigdialog.cpp \
4 main.cpp 6 main.cpp
5INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
6 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
7LIBS += -lqpe -lopiecore2 9LIBS += -lqpe -lopiecore2 -lopieui2
8 TARGET = fifteen 10 TARGET = fifteen
11INTERFACES = fifteenconfigdialogbase.ui
9 12
10include ( $(OPIEDIR)/include.pro ) 13include ( $(OPIEDIR)/include.pro )
14