summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/blue-pin/blue-pin.pro
Unidiff
Diffstat (limited to 'noncore/net/opietooth/blue-pin/blue-pin.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/blue-pin/blue-pin.pro41
1 files changed, 11 insertions, 30 deletions
diff --git a/noncore/net/opietooth/blue-pin/blue-pin.pro b/noncore/net/opietooth/blue-pin/blue-pin.pro
index fbf9dbe..7675b27 100644
--- a/noncore/net/opietooth/blue-pin/blue-pin.pro
+++ b/noncore/net/opietooth/blue-pin/blue-pin.pro
@@ -1,30 +1,11 @@
1CONFIG = qt warn_on release quick-app 1CONFIG = qt warn_on release quick-app
2HEADERS = pindlg.h 2HEADERS = pindlg.h
3SOURCES = main.cc pindlg.cc 3SOURCES = main.cc pindlg.cc
4INCLUDEPATH += $(OPIEDIR)/include 4INCLUDEPATH += $(OPIEDIR)/include
5INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib 5INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib
6DEPENDPATH += $(OPIEDIR)/include 6DEPENDPATH += $(OPIEDIR)/include
7LIBS += -lqpe 7LIBS += -lqpe
8INTERFACES = pindlgbase.ui 8INTERFACES = pindlgbase.ui
9 TARGET = bluepin 9 TARGET = bluepin
10 10
11TRANSLATIONS = ../../../../i18n/de/bluepin.ts \ 11include ( $(OPIEDIR)/include.pro )
12 ../../../../i18n/nl/bluepin.ts \
13 ../../../../i18n/da/bluepin.ts \
14 ../../../../i18n/xx/bluepin.ts \
15 ../../../../i18n/en/bluepin.ts \
16 ../../../../i18n/es/bluepin.ts \
17 ../../../../i18n/fr/bluepin.ts \
18 ../../../../i18n/hu/bluepin.ts \
19 ../../../../i18n/ja/bluepin.ts \
20 ../../../../i18n/ko/bluepin.ts \
21 ../../../../i18n/no/bluepin.ts \
22 ../../../../i18n/pl/bluepin.ts \
23 ../../../../i18n/pt/bluepin.ts \
24 ../../../../i18n/pt_BR/bluepin.ts \
25 ../../../../i18n/sl/bluepin.ts \
26 ../../../../i18n/zh_CN/bluepin.ts \
27 ../../../../i18n/zh_TW/bluepin.ts
28
29
30include ( $(OPIEDIR)/include.pro )