author | eilers <eilers> | 2003-12-08 15:30:24 (UTC) |
---|---|---|
committer | eilers <eilers> | 2003-12-08 15:30:24 (UTC) |
commit | 8753d6a11a4e837df09f4fb2474cfae84d28320a (patch) (unidiff) | |
tree | 4bc090412f1b7033756553643fc71d6ecfbd6ddc | |
parent | d6bb0347aa18ad6a101cb665cbce9fb3e9bc8920 (diff) | |
download | opie-8753d6a11a4e837df09f4fb2474cfae84d28320a.zip opie-8753d6a11a4e837df09f4fb2474cfae84d28320a.tar.gz opie-8753d6a11a4e837df09f4fb2474cfae84d28320a.tar.bz2 |
Added CONFIG += plugin for correct support of MacOSX.
Note: This should't have any effect to other platforms due to the fact
that it will removed in "include.pro" in this case !
-rw-r--r-- | core/pim/today/plugins/datebook/datebook.pro | 2 | ||||
-rw-r--r-- | core/pim/today/plugins/todolist/todolist.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/today/plugins/datebook/datebook.pro b/core/pim/today/plugins/datebook/datebook.pro index 1f75964..413aa47 100644 --- a/core/pim/today/plugins/datebook/datebook.pro +++ b/core/pim/today/plugins/datebook/datebook.pro | |||
@@ -2,3 +2,3 @@ TEMPLATE = lib | |||
2 | CONFIG -= moc | 2 | CONFIG -= moc |
3 | CONFIG += qt release | 3 | CONFIG += qt plugin release |
4 | # Input | 4 | # Input |
diff --git a/core/pim/today/plugins/todolist/todolist.pro b/core/pim/today/plugins/todolist/todolist.pro index 6a63f4e..095247f 100644 --- a/core/pim/today/plugins/todolist/todolist.pro +++ b/core/pim/today/plugins/todolist/todolist.pro | |||
@@ -2,3 +2,3 @@ TEMPLATE = lib | |||
2 | CONFIG -= moc | 2 | CONFIG -= moc |
3 | CONFIG += qt release | 3 | CONFIG += qt plugin release |
4 | 4 | ||