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

TARGET 		= buzzword

include ( $(OPIEDIR)/include.pro )