summaryrefslogtreecommitdiff
path: root/examples/networksettings/networksettings.pro
Side-by-side diff
Diffstat (limited to 'examples/networksettings/networksettings.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/networksettings/networksettings.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/networksettings/networksettings.pro b/examples/networksettings/networksettings.pro
new file mode 100644
index 0000000..82e250f
--- a/dev/null
+++ b/examples/networksettings/networksettings.pro
@@ -0,0 +1,14 @@
+TEMPLATE = lib
+CONFIG += qt plugin warn_on
+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 -lopiecore2
+TARGET = example_vpn
+VERSION = 1.0.0
+
+
+
+include( $(OPIEDIR)/include.pro )