summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-bartender/bartender.pro
blob: 4ad3c3133d4d75926761c26983bf016904230f71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE  = app
#CONFIG   = qt warn_on 
CONFIG    = qt warn_on 
HEADERS   = bartender.h newdrinks.h showdrinks.h inputDialog.h searchresults.h bac.h
SOURCES   = main.cpp bartender.cpp newdrinks.cpp showdrinks.cpp inputDialog.cpp searchresults.cpp bac.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH  += $(OPIEDIR)/include
LIBS            += -lqpe
DESTDIR = $(OPIEDIR)/bin
TARGET    = bartender

include ( $(OPIEDIR)/include.pro )