author | mickeyl <mickeyl> | 2005-01-29 14:49:49 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-01-29 14:49:49 (UTC) |
commit | c967c1b8ad8135d9a56e936a43469cc0faea7888 (patch) (side-by-side diff) | |
tree | 6a6b4434857b6b0aa472065b2e7081f2b05001a9 /examples | |
parent | e3590bc4ce1c8d29e653b59e3ab4c79d65cd32d5 (diff) | |
download | opie-c967c1b8ad8135d9a56e936a43469cc0faea7888.zip opie-c967c1b8ad8135d9a56e936a43469cc0faea7888.tar.gz opie-c967c1b8ad8135d9a56e936a43469cc0faea7888.tar.bz2 |
s/SUBDIRS/subdirs/
-rw-r--r-- | examples/examples.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index 430c5e9..88b244a 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,9 +1,9 @@ -TEMPLATE = SUBDIRS +TEMPLATE = subdirs SUBDIRS = applet \ inputmethod \ main-tab \ menuapplet \ networksettings \ simple \ simple-icon \ simple-main \ |