summaryrefslogtreecommitdiff
path: root/noncore/games/minesweep/minesweep.pro
Unidiff
Diffstat (limited to 'noncore/games/minesweep/minesweep.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/minesweep/minesweep.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro
index 8e4001e..9746651 100644
--- a/noncore/games/minesweep/minesweep.pro
+++ b/noncore/games/minesweep/minesweep.pro
@@ -1,15 +1,13 @@
1 TEMPLATE= app 1 CONFIG = qt warn_on release quick-app
2 CONFIG = qt warn_on release
3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS = minefield.h \ 2 HEADERS = minefield.h \
5 minesweep.h 3 minesweep.h
6 SOURCES = main.cpp \ 4 SOURCES = main.cpp \
7 minefield.cpp \ 5 minefield.cpp \
8 minesweep.cpp 6 minesweep.cpp
9INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
10 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
11LIBS += -lqpe 9LIBS += -lqpe
12 INTERFACES= 10 INTERFACES=
13 TARGET = minesweep 11 TARGET = minesweep
14 12
15include ( $(OPIEDIR)/include.pro ) 13include ( $(OPIEDIR)/include.pro )