From 24cdbd7419267a124a6a0991819ba6a2c4d211a5 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sat, 29 Jan 2005 14:57:47 +0000 Subject: use proper names for .pro files please remember to name the .pro file exactly like the name of the directory --- (limited to 'examples/networksettings/networksettings.pro') 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 ) -- cgit v0.9.0.2