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

TARGET 		= buzzword

include ( $(OPIEDIR)/include.pro )