author | mickeyl <mickeyl> | 2005-01-29 14:33:15 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-01-29 14:33:15 (UTC) |
commit | b5d1b65185ea3e1a3cd2ee953fc964aab870fcf2 (patch) (side-by-side diff) | |
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 @@ +TEMPLATE = SUBDIRS +SUBDIRS = applet \ + inputmethod \ + main-tab \ + menuapplet \ + networksettings \ + simple \ + simple-icon \ + simple-main \ + simple-pim \ + todayplugin \ + opiecore \ + opiedb \ + opiemm \ + opienet \ + opieui + |