summaryrefslogtreecommitdiff
path: root/examples/networksettings/networksettings.pro
Unidiff
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 @@
1TEMPLATE = lib
2CONFIG += qt plugin warn_on
3DESTDIR = $(OPIEDIR)/plugins/networksettings
4HEADERS = exampleiface.h examplemodule.h
5SOURCES = exampleiface.cpp examplemodule.cpp
6INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/noncore/settings/networksettings $(OPIEDIR)/noncore/settings/networksettings/interfaces
7DEPENDPATH += $(OPIEDIR)/include $(OPIEDIR)/noncore/settings/networksettings $(OPIEDIR)/noncore/settings/networksettings/interfaces
8LIBS += -lqpe -linterfaces -lopiecore2
9TARGET = example_vpn
10VERSION = 1.0.0
11
12
13
14include( $(OPIEDIR)/include.pro )