summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-bartender/bartender.pro
Unidiff
Diffstat (limited to 'noncore/apps/opie-bartender/bartender.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-bartender/bartender.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/noncore/apps/opie-bartender/bartender.pro b/noncore/apps/opie-bartender/bartender.pro
new file mode 100644
index 0000000..6ef9556
--- a/dev/null
+++ b/noncore/apps/opie-bartender/bartender.pro
@@ -0,0 +1,12 @@
1TEMPLATE = app
2#CONFIG = qt warn_on debug
3CONFIG = qt warn_on release
4HEADERS = bartender.h newdrinks.h showdrinks.h inputDialog.h searchresults.h bac.h
5SOURCES = main.cpp bartender.cpp newdrinks.cpp showdrinks.cpp inputDialog.cpp searchresults.cpp bac.cpp
6INCLUDEPATH += $(OPIEDIR)/include
7DEPENDPATH += $(OPIEDIR)/include
8LIBS += -lqpe
9DESTDIR = $(OPIEDIR)/bin
10TARGET = bartender
11
12include ( $(OPIEDIR)/include.pro )