summaryrefslogtreecommitdiff
path: root/noncore/games/mindbreaker/mindbreaker.pro
blob: 9b5ca570712857437d598023597b7d3090b21c07 (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


include ( $(OPIEDIR)/include.pro )