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