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