From b2c64a5e4b3bed21b1aea091625a3846b2b87d47 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 08 Feb 2004 20:25:39 +0000 Subject: Example network settings plugin Fake VPN stuff --- (limited to 'examples/networksettings/example.pro') diff --git a/examples/networksettings/example.pro b/examples/networksettings/example.pro new file mode 100644 index 0000000..1239ecd --- a/dev/null +++ b/examples/networksettings/example.pro @@ -0,0 +1,17 @@ +#TEMPLATE = app +# +TEMPLATE = lib +#CONFIG += qt plugin warn_on release +CONFIG += qt plugin warn_on debug +DESTDIR = $(OPIEDIR)/plugins/networksettings +HEADERS = exampleiface.h examplemodule.h +SOURCES = exampleiface.cpp examplemodule.cpp +INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/noncore/settings/networksettings $(OPIEDIR)/noncore/settings/networksettings/interfaces +DEPENDPATH += $(OPIEDIR)/include $(OPIEDIR)/noncore/settings/networksettings $(OPIEDIR)/noncore/settings/networksettings/interfaces +LIBS += -lqpe -linterfaces +TARGET = example_vpn +VERSION = 1.0.0 + + + +include ( $(OPIEDIR)/include.pro ) -- cgit v0.9.0.2