author | mickeyl <mickeyl> | 2005-01-29 14:33:15 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-01-29 14:33:15 (UTC) |
commit | b5d1b65185ea3e1a3cd2ee953fc964aab870fcf2 (patch) (unidiff) | |
tree | 662f58d92b50926c1759782af808bf7ab5a8bf17 /examples | |
parent | e6d7de53a77c6a59464d6a87839178236e036493 (diff) | |
download | opie-b5d1b65185ea3e1a3cd2ee953fc964aab870fcf2.zip opie-b5d1b65185ea3e1a3cd2ee953fc964aab870fcf2.tar.gz opie-b5d1b65185ea3e1a3cd2ee953fc964aab870fcf2.tar.bz2 |
no config here, but a .pro#
-rw-r--r-- | examples/config.in | 12 | ||||
-rw-r--r-- | examples/examples.pro | 17 |
2 files changed, 17 insertions, 12 deletions
diff --git a/examples/config.in b/examples/config.in deleted file mode 100644 index ccaf485..0000000 --- a/examples/config.in +++ b/dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | source examples/applet/config.in | ||
2 | source examples/inputmethod/config.in | ||
3 | source examples/main-tab/config.in | ||
4 | source examples/menuapplet/config.in | ||
5 | source examples/networksettings/config.in | ||
6 | source examples/python/config.in | ||
7 | source examples/simple/config.in | ||
8 | source examples/simple-icon/config.in | ||
9 | source examples/simple-main/config.in | ||
10 | source examples/simple-pim/config.in | ||
11 | source examples/todayplugin/config.in | ||
12 | |||
diff --git a/examples/examples.pro b/examples/examples.pro new file mode 100644 index 0000000..430c5e9 --- a/dev/null +++ b/examples/examples.pro | |||
@@ -0,0 +1,17 @@ | |||
1 | TEMPLATE = SUBDIRS | ||
2 | SUBDIRS = applet \ | ||
3 | inputmethod \ | ||
4 | main-tab \ | ||
5 | menuapplet \ | ||
6 | networksettings \ | ||
7 | simple \ | ||
8 | simple-icon \ | ||
9 | simple-main \ | ||
10 | simple-pim \ | ||
11 | todayplugin \ | ||
12 | opiecore \ | ||
13 | opiedb \ | ||
14 | opiemm \ | ||
15 | opienet \ | ||
16 | opieui | ||
17 | |||