summaryrefslogtreecommitdiff
path: root/noncore
authortille <tille>2003-06-03 15:17:19 (UTC)
committer tille <tille>2003-06-03 15:17:19 (UTC)
commite11f7f6524ecaef2b9ef569ec7d98034822bdfef (patch) (unidiff)
tree0188f1f3807992b0330d8845fadd3cfa38d0c7b5 /noncore
parentc349af5211bd49494b66b445874c6783831cafdc (diff)
downloadopie-e11f7f6524ecaef2b9ef569ec7d98034822bdfef.zip
opie-e11f7f6524ecaef2b9ef569ec7d98034822bdfef.tar.gz
opie-e11f7f6524ecaef2b9ef569ec7d98034822bdfef.tar.bz2
make it a independend package too
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/wlan/opie-networksettingsplugin-wlan.control10
-rw-r--r--noncore/settings/networksettings/wlan/wlan.pro4
2 files changed, 13 insertions, 1 deletions
diff --git a/noncore/settings/networksettings/wlan/opie-networksettingsplugin-wlan.control b/noncore/settings/networksettings/wlan/opie-networksettingsplugin-wlan.control
new file mode 100644
index 0000000..1800dd0
--- a/dev/null
+++ b/noncore/settings/networksettings/wlan/opie-networksettingsplugin-wlan.control
@@ -0,0 +1,10 @@
1Package: opie-networksettingsplugin-wlan
2Files: $OPIEDIR/plugins/networksettings/libwlan.so*
3Priority: optional
4Section: opie/settings
5Maintainer: Patrick S. Vogt <tille@handhelds.org>
6Architecture: arm
7Version: $QPE_VERSION-$SUB_VERSION
8Depends: opie-networksettings
9Description: Network settings wavelan plugin.
10
diff --git a/noncore/settings/networksettings/wlan/wlan.pro b/noncore/settings/networksettings/wlan/wlan.pro
index 7a55a8e..552c669 100644
--- a/noncore/settings/networksettings/wlan/wlan.pro
+++ b/noncore/settings/networksettings/wlan/wlan.pro
@@ -1,4 +1,6 @@
1#
1TEMPLATE = lib 2TEMPLATE = lib
3#TEMPLATE = app
2CONFIG += qt warn_on release 4CONFIG += qt warn_on release
3 #CONFIG += qt warn_on debug 5 #CONFIG += qt warn_on debug
4DESTDIR = $(OPIEDIR)/plugins/networksettings 6DESTDIR = $(OPIEDIR)/plugins/networksettings
@@ -8,7 +10,7 @@ INCLUDEPATH += $(OPIEDIR)/include ../ ../interfaces/
8 DEPENDPATH+= $(OPIEDIR)/include 10 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe -L../interfaces/ -linterfaces 11LIBS += -lqpe -L../interfaces/ -linterfaces
10 INTERFACES= wlan.ui info.ui 12 INTERFACES= wlan.ui info.ui
11 TARGET = wlanplugin 13 TARGET = wlan
12 VERSION = 1.0.0 14 VERSION = 1.0.0
13 15
14#CONFIG += wirelessopts 16#CONFIG += wirelessopts