author | mickeyl <mickeyl> | 2005-07-10 00:18:16 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-07-10 00:18:16 (UTC) |
commit | 031a4fd69392d064052f0da4236b4d44624343e3 (patch) (unidiff) | |
tree | 8aa5aa5be9b59b0c3e2262da3511d683901d373d /examples/examples.pro | |
parent | 6beec504619fec654e06c4242892a9f858636ffe (diff) | |
download | opie-031a4fd69392d064052f0da4236b4d44624343e3.zip opie-031a4fd69392d064052f0da4236b4d44624343e3.tar.gz opie-031a4fd69392d064052f0da4236b4d44624343e3.tar.bz2 |
Add skeleton for opieshower examples
-rw-r--r-- | examples/examples.pro | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index 88b244a..fd83a9b 100644 --- a/examples/examples.pro +++ b/examples/examples.pro | |||
@@ -1,17 +1,18 @@ | |||
1 | TEMPLATE = subdirs | 1 | TEMPLATE = subdirs |
2 | SUBDIRS = applet \ | 2 | SUBDIRS = applet \ |
3 | inputmethod \ | 3 | inputmethod \ |
4 | main-tab \ | 4 | main-tab \ |
5 | menuapplet \ | 5 | menuapplet \ |
6 | networksettings \ | 6 | networksettings \ |
7 | simple \ | 7 | simple \ |
8 | simple-icon \ | 8 | simple-icon \ |
9 | simple-main \ | 9 | simple-main \ |
10 | simple-pim \ | 10 | simple-pim \ |
11 | todayplugin \ | 11 | todayplugin \ |
12 | opiecore \ | 12 | opiecore \ |
13 | opiedb \ | 13 | opiedb \ |
14 | opiemm \ | 14 | opiemm \ |
15 | opienet \ | 15 | opienet \ |
16 | opieui | 16 | opieui \ |
17 | opieshower | ||
17 | 18 | ||