summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-bartender/bartender.pro
Side-by-side diff
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 @@
+TEMPLATE = app
+#CONFIG = qt warn_on debug
+CONFIG = qt warn_on release
+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 )