blob: 1239ecdba0e3813bb778f8c21b43a5e7f3d69429 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 )
|