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

include ( $(OPIEDIR)/include.pro )