author | llornkcor <llornkcor> | 2005-01-02 07:40:53 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2005-01-02 07:40:53 (UTC) |
commit | f6063d2168022a6b6c8617d9da4a781d7895cbae (patch) (unidiff) | |
tree | 76a34dd83698ce3be8c9096e43f01f1957ae8175 | |
parent | e73b496b18489d510b61b9db4d100b18f60a3adc (diff) | |
download | opie-f6063d2168022a6b6c8617d9da4a781d7895cbae.zip opie-f6063d2168022a6b6c8617d9da4a781d7895cbae.tar.gz opie-f6063d2168022a6b6c8617d9da4a781d7895cbae.tar.bz2 |
fix this
-rw-r--r-- | noncore/apps/opie-bartender/bartender.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-bartender/bartender.pro b/noncore/apps/opie-bartender/bartender.pro index b304ae9..0a1bed6 100644 --- a/noncore/apps/opie-bartender/bartender.pro +++ b/noncore/apps/opie-bartender/bartender.pro | |||
@@ -1,11 +1,11 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on | 2 | CONFIG += qte quick-app warn_on |
3 | HEADERS = bartender.h newdrinks.h showdrinks.h inputDialog.h searchresults.h bac.h drinkdata.h | 3 | HEADERS = bartender.h newdrinks.h showdrinks.h inputDialog.h searchresults.h bac.h drinkdata.h |
4 | SOURCES = main.cpp bartender.cpp newdrinks.cpp showdrinks.cpp inputDialog.cpp searchresults.cpp bac.cpp drinkdata.cpp | 4 | SOURCES = main.cpp bartender.cpp newdrinks.cpp showdrinks.cpp inputDialog.cpp searchresults.cpp bac.cpp drinkdata.cpp |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH += $(OPIEDIR)/include | 6 | DEPENDPATH += $(OPIEDIR)/include |
7 | LIBS += -lqpe -lopiecore2 -lopieui2 | 7 | LIBS += -lqpe -lopiecore2 -lopieui2 |
8 | DESTDIR = $(OPIEDIR)/bin | 8 | DESTDIR = $(OPIEDIR)/bin |
9 | TARGET = bartender | 9 | TARGET = bartender |
10 | 10 | ||
11 | include( $(OPIEDIR)/include.pro ) | 11 | include( $(OPIEDIR)/include.pro ) |