summaryrefslogtreecommitdiff
path: root/noncore/games/fifteen/fifteen.pro
Side-by-side diff
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 @@
-CONFIG = qt warn_on quick-app
-HEADERS = fifteen.h
+CONFIG = qt warn_on
+HEADERS = fifteen.h \
+ fifteenconfigdialog.h
SOURCES = fifteen.cpp \
+ fifteenconfigdialog.cpp \
main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe -lopiecore2
+LIBS += -lqpe -lopiecore2 -lopieui2
TARGET = fifteen
+INTERFACES = fifteenconfigdialogbase.ui
include ( $(OPIEDIR)/include.pro )
+