summaryrefslogtreecommitdiff
path: root/noncore/games/fifteen/fifteen.pro
Unidiff
Diffstat (limited to 'noncore/games/fifteen/fifteen.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/fifteen/fifteen.pro12
1 files changed, 8 insertions, 4 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 SOURCES = fifteen.cpp \ 3 fifteenconfigdialog.h
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