summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-bartender/bartender.pro
blob: 79a39aa8319c11de2f594c8b02952822a2c1de95 (plain)
1
2
3
4
5
6
7
8
9
CONFIG    = qt quick-app
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 -lopiecore2
TARGET      = bartender

include ( $(OPIEDIR)/include.pro )