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/examples.pro | |
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/examples.pro | 17 |
1 files changed, 17 insertions, 0 deletions
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 | |||