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