-rw-r--r-- | noncore/games/fifteen/fifteen.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro index 34058a0..7f27926 100644 --- a/noncore/games/fifteen/fifteen.pro +++ b/noncore/games/fifteen/fifteen.pro | |||
@@ -1,9 +1,9 @@ | |||
1 | CONFIG = qt warn_on | 1 | CONFIG = qt warn_on quick-app |
2 | HEADERS = fifteen.h \ | 2 | HEADERS = fifteen.h \ |
3 | fifteenconfigdialog.h | 3 | fifteenconfigdialog.h |
4 | SOURCES = fifteen.cpp \ | 4 | SOURCES = fifteen.cpp \ |
5 | fifteenconfigdialog.cpp \ | 5 | fifteenconfigdialog.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe -lopiecore2 -lopieui2 | 9 | LIBS += -lqpe -lopiecore2 -lopieui2 |