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