author | mickeyl <mickeyl> | 2004-03-28 19:01:58 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-03-28 19:01:58 (UTC) |
commit | 185e37c4372883a52a44318d1d70aa685417b3a6 (patch) (unidiff) | |
tree | e506976bcd23f93c7670b5d7689fc961653d45f2 /examples | |
parent | dd23aa6470b671250ba57bec095d3bc0fab39102 (diff) | |
download | opie-185e37c4372883a52a44318d1d70aa685417b3a6.zip opie-185e37c4372883a52a44318d1d70aa685417b3a6.tar.gz opie-185e37c4372883a52a44318d1d70aa685417b3a6.tar.bz2 |
remove hardcoded build types "debug" and "release". these are set by the build system
-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,5 +1,5 @@ | |||
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 |
5 | TARGET = example_board | 5 | TARGET = example_board |
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,5 +1,5 @@ | |||
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 |
5 | TARGET = example_applet | 5 | TARGET = example_applet |
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 | |||
@@ -1,8 +1,8 @@ | |||
1 | #TEMPLATE = app | 1 | #TEMPLATE = app |
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 |
8 | SOURCES = exampleiface.cpp examplemodule.cpp | 8 | SOURCES = exampleiface.cpp examplemodule.cpp |
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,6 +1,6 @@ | |||
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 |
6 | HEADERS = exampleplugin.h examplepluginimpl.h examplepluginwidget.h | 6 | HEADERS = exampleplugin.h examplepluginimpl.h examplepluginwidget.h |