-rw-r--r-- | noncore/securityplugins/blueping/bluepingplugin.pro | 2 | ||||
-rw-r--r-- | noncore/securityplugins/dummy/dummyplugin.pro | 2 | ||||
-rw-r--r-- | noncore/securityplugins/notice/noticeplugin.pro | 2 | ||||
-rw-r--r-- | noncore/securityplugins/pin/pinplugin.pro | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/noncore/securityplugins/blueping/bluepingplugin.pro b/noncore/securityplugins/blueping/bluepingplugin.pro index 1b92c16..2cc0cd3 100644 --- a/noncore/securityplugins/blueping/bluepingplugin.pro +++ b/noncore/securityplugins/blueping/bluepingplugin.pro | |||
@@ -1,18 +1,18 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | 3 | ||
4 | HEADERS = bluepingplugin.h bluepingpluginimpl.h | 4 | HEADERS = bluepingplugin.h bluepingpluginimpl.h |
5 | 5 | ||
6 | SOURCES = bluepingplugin.cpp bluepingpluginimpl.cpp | 6 | SOURCES = bluepingplugin.cpp bluepingpluginimpl.cpp |
7 | 7 | ||
8 | 8 | ||
9 | INCLUDEPATH+= $(OPIEDIR)/include | 9 | INCLUDEPATH+= $(OPIEDIR)/include |
10 | DEPENDPATH+= | 10 | DEPENDPATH+= |
11 | 11 | ||
12 | LIBS += -lqpe -lopieui2 -lopiecore2 | 12 | LIBS += -lqpe -lopieui2 -lopiecore2 -lopiesecurity2 |
13 | 13 | ||
14 | DESTDIR = $(OPIEDIR)/plugins/security | 14 | DESTDIR = $(OPIEDIR)/plugins/security |
15 | TARGET = multiauthbluepingplugin | 15 | TARGET = multiauthbluepingplugin |
16 | 16 | ||
17 | include ( $(OPIEDIR)/include.pro ) | 17 | include ( $(OPIEDIR)/include.pro ) |
18 | 18 | ||
diff --git a/noncore/securityplugins/dummy/dummyplugin.pro b/noncore/securityplugins/dummy/dummyplugin.pro index bb9971c..1faa4f7 100644 --- a/noncore/securityplugins/dummy/dummyplugin.pro +++ b/noncore/securityplugins/dummy/dummyplugin.pro | |||
@@ -1,19 +1,19 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | CONFIG -= moc | 3 | CONFIG -= moc |
4 | 4 | ||
5 | HEADERS = dummyplugin.h dummypluginimpl.h | 5 | HEADERS = dummyplugin.h dummypluginimpl.h |
6 | 6 | ||
7 | SOURCES = dummyplugin.cpp dummypluginimpl.cpp | 7 | SOURCES = dummyplugin.cpp dummypluginimpl.cpp |
8 | 8 | ||
9 | 9 | ||
10 | INCLUDEPATH+= $(OPIEDIR)/include | 10 | INCLUDEPATH+= $(OPIEDIR)/include |
11 | DEPENDPATH+= | 11 | DEPENDPATH+= |
12 | 12 | ||
13 | LIBS += -lqpe -lopieui2 | 13 | LIBS += -lqpe -lopieui2 -lopiesecurity2 |
14 | 14 | ||
15 | DESTDIR = $(OPIEDIR)/plugins/security | 15 | DESTDIR = $(OPIEDIR)/plugins/security |
16 | TARGET = multiauthdummyplugin | 16 | TARGET = multiauthdummyplugin |
17 | 17 | ||
18 | include ( $(OPIEDIR)/include.pro ) | 18 | include ( $(OPIEDIR)/include.pro ) |
19 | 19 | ||
diff --git a/noncore/securityplugins/notice/noticeplugin.pro b/noncore/securityplugins/notice/noticeplugin.pro index 51532a2..3a55618 100644 --- a/noncore/securityplugins/notice/noticeplugin.pro +++ b/noncore/securityplugins/notice/noticeplugin.pro | |||
@@ -1,17 +1,17 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | 3 | ||
4 | HEADERS = noticeplugin.h noticepluginimpl.h noticeConfigWidget.h | 4 | HEADERS = noticeplugin.h noticepluginimpl.h noticeConfigWidget.h |
5 | 5 | ||
6 | SOURCES = noticeplugin.cpp noticepluginimpl.cpp noticeConfigWidget.cpp | 6 | SOURCES = noticeplugin.cpp noticepluginimpl.cpp noticeConfigWidget.cpp |
7 | 7 | ||
8 | 8 | ||
9 | INCLUDEPATH+= $(OPIEDIR)/include | 9 | INCLUDEPATH+= $(OPIEDIR)/include |
10 | DEPENDPATH+= | 10 | DEPENDPATH+= |
11 | 11 | ||
12 | LIBS += -lqpe -lopieui2 | 12 | LIBS += -lqpe -lopieui2 -lopiesecurity2 |
13 | 13 | ||
14 | DESTDIR = $(OPIEDIR)/plugins/security | 14 | DESTDIR = $(OPIEDIR)/plugins/security |
15 | TARGET = multiauthnoticeplugin | 15 | TARGET = multiauthnoticeplugin |
16 | 16 | ||
17 | include ( $(OPIEDIR)/include.pro ) | 17 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/securityplugins/pin/pinplugin.pro b/noncore/securityplugins/pin/pinplugin.pro index d066805..024f2a8 100644 --- a/noncore/securityplugins/pin/pinplugin.pro +++ b/noncore/securityplugins/pin/pinplugin.pro | |||
@@ -1,21 +1,21 @@ | |||
1 | VERSION = 0.0.2 | 1 | VERSION = 0.0.2 |
2 | TEMPLATE = lib | 2 | TEMPLATE = lib |
3 | CONFIG += qt warn_on | 3 | CONFIG += qt warn_on |
4 | 4 | ||
5 | HEADERS = pin.h pinpluginimpl.h pinConfigWidget.h | 5 | HEADERS = pin.h pinpluginimpl.h pinConfigWidget.h |
6 | 6 | ||
7 | INTERFACES = pinDialogBase.ui | 7 | INTERFACES = pinDialogBase.ui |
8 | 8 | ||
9 | SOURCES = pin.cpp pinpluginimpl.cpp pinConfigWidget.cpp | 9 | SOURCES = pin.cpp pinpluginimpl.cpp pinConfigWidget.cpp |
10 | 10 | ||
11 | 11 | ||
12 | INCLUDEPATH+= $(OPIEDIR)/include | 12 | INCLUDEPATH+= $(OPIEDIR)/include |
13 | DEPENDPATH+= | 13 | DEPENDPATH+= |
14 | 14 | ||
15 | LIBS += -lqpe -lopieui2 | 15 | LIBS += -lqpe -lopieui2 -lopiesecurity2 |
16 | 16 | ||
17 | DESTDIR = $(OPIEDIR)/plugins/security | 17 | DESTDIR = $(OPIEDIR)/plugins/security |
18 | TARGET = multiauthpinplugin | 18 | TARGET = multiauthpinplugin |
19 | 19 | ||
20 | include ( $(OPIEDIR)/include.pro ) | 20 | include ( $(OPIEDIR)/include.pro ) |
21 | 21 | ||