summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/blue-pin/blue-pin.pro
Side-by-side diff
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.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/noncore/net/opietooth/blue-pin/blue-pin.pro b/noncore/net/opietooth/blue-pin/blue-pin.pro
new file mode 100644
index 0000000..8b103ce
--- a/dev/null
+++ b/noncore/net/opietooth/blue-pin/blue-pin.pro
@@ -0,0 +1,12 @@
+TEMPLATE = app
+#CONFIG = qt warn_on debug
+CONFIG = qt warn_on release
+HEADERS = pindlg.h
+SOURCES = main.cc pindlg.cc
+INCLUDEPATH += $(OPIEDIR)/include
+INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe
+INTERFACES = pindlgbase.ui
+TARGET = $(OPIEDIR)bin/bluepin
+