-rw-r--r-- | examples/inputmethod/example.pro | 2 | ||||
-rw-r--r-- | examples/menuapplet/menuapplet.pro | 2 | ||||
-rw-r--r-- | examples/networksettings/example.pro | 4 | ||||
-rw-r--r-- | examples/todayplugin/example.pro | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/examples/inputmethod/example.pro b/examples/inputmethod/example.pro index 3c003af..b3cfc6b 100644 --- a/examples/inputmethod/example.pro +++ b/examples/inputmethod/example.pro | |||
@@ -1,4 +1,4 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin warn_on |
3 | HEADERS= exampleboardimpl.h | 3 | HEADERS= exampleboardimpl.h |
4 | SOURCES= exampleboardimpl.cpp | 4 | SOURCES= exampleboardimpl.cpp |
diff --git a/examples/menuapplet/menuapplet.pro b/examples/menuapplet/menuapplet.pro index 3567a2e..70b6a83 100644 --- a/examples/menuapplet/menuapplet.pro +++ b/examples/menuapplet/menuapplet.pro | |||
@@ -1,4 +1,4 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt plugn warn_on release | 2 | CONFIG += qt plugn warn_on |
3 | HEADERS = example.h | 3 | HEADERS = example.h |
4 | SOURCES = example.cpp | 4 | SOURCES = example.cpp |
diff --git a/examples/networksettings/example.pro b/examples/networksettings/example.pro index 1239ecd..835dbd0 100644 --- a/examples/networksettings/example.pro +++ b/examples/networksettings/example.pro | |||
@@ -2,6 +2,6 @@ | |||
2 | # | 2 | # |
3 | TEMPLATE = lib | 3 | TEMPLATE = lib |
4 | #CONFIG += qt plugin warn_on release | 4 | #CONFIG += qt plugin warn_on |
5 | CONFIG += qt plugin warn_on debug | 5 | CONFIG += qt plugin warn_on |
6 | DESTDIR = $(OPIEDIR)/plugins/networksettings | 6 | DESTDIR = $(OPIEDIR)/plugins/networksettings |
7 | HEADERS = exampleiface.h examplemodule.h | 7 | HEADERS = exampleiface.h examplemodule.h |
diff --git a/examples/todayplugin/example.pro b/examples/todayplugin/example.pro index f4bca36..32a1e4f 100644 --- a/examples/todayplugin/example.pro +++ b/examples/todayplugin/example.pro | |||
@@ -1,5 +1,5 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG -= moc | 2 | CONFIG -= moc |
3 | CONFIG += qt release | 3 | CONFIG += qt |
4 | 4 | ||
5 | # Input | 5 | # Input |