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


include( $(OPIEDIR)/include.pro )