-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 @@ +Package: opie-networksettingsplugin-wlan +Files: $OPIEDIR/plugins/networksettings/libwlan.so* +Priority: optional +Section: opie/settings +Maintainer: Patrick S. Vogt <tille@handhelds.org> +Architecture: arm +Version: $QPE_VERSION-$SUB_VERSION +Depends: opie-networksettings +Description: Network settings wavelan plugin. + 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 @@ +# TEMPLATE = lib +#TEMPLATE = app CONFIG += qt warn_on release #CONFIG += qt warn_on debug DESTDIR = $(OPIEDIR)/plugins/networksettings HEADERS = infoimp.h wlanmodule.h wextensions.h keyedit.h @@ -7,9 +9,9 @@ SOURCES = infoimp.cpp wlanmodule.cpp wextensions.cpp keyedit.cpp INCLUDEPATH += $(OPIEDIR)/include ../ ../interfaces/ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -L../interfaces/ -linterfaces INTERFACES = wlan.ui info.ui -TARGET = wlanplugin +TARGET = wlan VERSION = 1.0.0 #CONFIG += wirelessopts |