summaryrefslogtreecommitdiff
path: root/examples/networksettings/example.pro
authorzecke <zecke>2004-02-08 20:25:39 (UTC)
committer zecke <zecke>2004-02-08 20:25:39 (UTC)
commitb2c64a5e4b3bed21b1aea091625a3846b2b87d47 (patch) (unidiff)
treee469488e20911e75a593ab89c74c2ae99e2b7d60 /examples/networksettings/example.pro
parent4a3ca9b1d175df6eea1f38db4feb10c564af29f3 (diff)
downloadopie-b2c64a5e4b3bed21b1aea091625a3846b2b87d47.zip
opie-b2c64a5e4b3bed21b1aea091625a3846b2b87d47.tar.gz
opie-b2c64a5e4b3bed21b1aea091625a3846b2b87d47.tar.bz2
Example network settings plugin
Fake VPN stuff
Diffstat (limited to 'examples/networksettings/example.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/networksettings/example.pro17
1 files changed, 17 insertions, 0 deletions
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 @@
1#TEMPLATE = app
2#
3TEMPLATE = lib
4#CONFIG += qt plugin warn_on release
5 CONFIG += qt plugin warn_on debug
6DESTDIR = $(OPIEDIR)/plugins/networksettings
7 HEADERS = exampleiface.h examplemodule.h
8 SOURCES = exampleiface.cpp examplemodule.cpp
9 INCLUDEPATH+= $(OPIEDIR)/include $(OPIEDIR)/noncore/settings/networksettings $(OPIEDIR)/noncore/settings/networksettings/interfaces
10 DEPENDPATH+= $(OPIEDIR)/include $(OPIEDIR)/noncore/settings/networksettings $(OPIEDIR)/noncore/settings/networksettings/interfaces
11LIBS += -lqpe -linterfaces
12 TARGET = example_vpn
13 VERSION = 1.0.0
14
15
16
17include ( $(OPIEDIR)/include.pro )