summaryrefslogtreecommitdiff
path: root/noncore/net/opiestumbler/opiestumbler.pro
authorskyhusker <skyhusker>2005-04-20 10:25:20 (UTC)
committer skyhusker <skyhusker>2005-04-20 10:25:20 (UTC)
commite439d0e6eaa6704a8b1b89ea32aa8a0520738a04 (patch) (unidiff)
tree18c8b1eba5e1836f757765e4204d638500aa79f2 /noncore/net/opiestumbler/opiestumbler.pro
parentf6b9c85c09692f298ffa5ee95e1f171a9e158502 (diff)
downloadopie-e439d0e6eaa6704a8b1b89ea32aa8a0520738a04.zip
opie-e439d0e6eaa6704a8b1b89ea32aa8a0520738a04.tar.gz
opie-e439d0e6eaa6704a8b1b89ea32aa8a0520738a04.tar.bz2
First commit of OpieStumbler, an application which performs wireless networks scanning using Wireless Extensions
Diffstat (limited to 'noncore/net/opiestumbler/opiestumbler.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opiestumbler/opiestumbler.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/noncore/net/opiestumbler/opiestumbler.pro b/noncore/net/opiestumbler/opiestumbler.pro
new file mode 100644
index 0000000..a23bd51
--- a/dev/null
+++ b/noncore/net/opiestumbler/opiestumbler.pro
@@ -0,0 +1,18 @@
1TEMPLATE = app
2CONFIG += qte warn_on quick-app debug
3HEADERS = opiestumbler.h stumblersettings.h stumbler.h \
4 stationviewitem.h stumblerstation.h stationinfo.h
5SOURCES = opiestumbler.cpp stumblersettings.cpp stumbler.cpp \
6 main.cpp stationviewitem.cpp stumblerstation.cpp \
7 stationinfo.cpp
8TARGET = opiestumbler
9INCLUDEPATH += $(OPIEDIR)/include
10DEPENDPATH += $(OPIEDIR)/include
11LIBS += -lqpe -lqte -lopiecore2 -lopieui2 -lopienet2
12
13!contains(CONFIG,quick-app) {
14 DESTDIR = $(OPIEDIR)/bin
15 DEFINES += NOQUICKLAUNCH
16}
17
18include( $(OPIEDIR)/include.pro )