author | tille <tille> | 2003-06-03 15:17:19 (UTC) |
---|---|---|
committer | tille <tille> | 2003-06-03 15:17:19 (UTC) |
commit | e11f7f6524ecaef2b9ef569ec7d98034822bdfef (patch) (side-by-side diff) | |
tree | 0188f1f3807992b0330d8845fadd3cfa38d0c7b5 | |
parent | c349af5211bd49494b66b445874c6783831cafdc (diff) | |
download | opie-e11f7f6524ecaef2b9ef569ec7d98034822bdfef.zip opie-e11f7f6524ecaef2b9ef569ec7d98034822bdfef.tar.gz opie-e11f7f6524ecaef2b9ef569ec7d98034822bdfef.tar.bz2 |
make it a independend package too
-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,23 +1,25 @@ +# 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 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 wirelessopts { HEADERS += wlanimp.h SOURCES += wlanimp.cpp } ! wirelessopts { HEADERS += wlanimp2.h SOURCES += wlanimp2.cpp |