-rw-r--r-- | noncore/settings/networksettings/wlan/opie-networksettingsplugin-wlan.control | 10 | ||||
-rw-r--r-- | noncore/settings/networksettings/wlan/wlan.pro | 4 |
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 @@ | |||
1 | Package: opie-networksettingsplugin-wlan | ||
2 | Files: $OPIEDIR/plugins/networksettings/libwlan.so* | ||
3 | Priority: optional | ||
4 | Section: opie/settings | ||
5 | Maintainer: Patrick S. Vogt <tille@handhelds.org> | ||
6 | Architecture: arm | ||
7 | Version: $QPE_VERSION-$SUB_VERSION | ||
8 | Depends: opie-networksettings | ||
9 | Description: 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,5 +1,7 @@ | |||
1 | # | ||
1 | TEMPLATE = lib | 2 | TEMPLATE = lib |
3 | #TEMPLATE = app | ||
2 | CONFIG += qt warn_on release | 4 | CONFIG += qt warn_on release |
3 | #CONFIG += qt warn_on debug | 5 | #CONFIG += qt warn_on debug |
4 | DESTDIR = $(OPIEDIR)/plugins/networksettings | 6 | DESTDIR = $(OPIEDIR)/plugins/networksettings |
5 | HEADERS = infoimp.h wlanmodule.h wextensions.h keyedit.h | 7 | HEADERS = infoimp.h wlanmodule.h wextensions.h keyedit.h |
@@ -7,9 +9,9 @@ SOURCES = infoimp.cpp wlanmodule.cpp wextensions.cpp keyedit.cpp | |||
7 | INCLUDEPATH+= $(OPIEDIR)/include ../ ../interfaces/ | 9 | INCLUDEPATH+= $(OPIEDIR)/include ../ ../interfaces/ |
8 | DEPENDPATH+= $(OPIEDIR)/include | 10 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe -L../interfaces/ -linterfaces | 11 | LIBS += -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 |
15 | 17 | ||