summaryrefslogtreecommitdiff
path: root/noncore/games/mindbreaker/mindbreaker.pro
blob: 4ca3b84d0adde27fa9c379acf98f132f793120e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE        = app
CONFIG          += qt warn_on release
DESTDIR         = $(OPIEDIR)/bin
HEADERS		= mindbreaker.h
SOURCES		= main.cpp \
              mindbreaker.cpp
TARGET          = mindbreaker
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH      += $(OPIEDIR)/include
LIBS            += -lqpe

include ( $(OPIEDIR)/include.pro )