diff options
author | Don Sanders <[email protected]> | 2010-01-15 20:08:49 +1000 |
---|---|---|
committer | Don Sanders <[email protected]> | 2010-01-15 20:08:49 +1000 |
commit | 30e4280a34b472668210200cd7feed197084bdff (patch) | |
tree | c01263a1c82ffef6143f1ca1ba509eede877f3f9 | |
parent | 710829088211fe027ce1eff7e65552203fe02ecc (diff) |
Apply NDK simulator related patch.
-rw-r--r-- | src/plugins/contentmanagers/qtopiamailfile/qtopiamailfile.pro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/contentmanagers/qtopiamailfile/qtopiamailfile.pro b/src/plugins/contentmanagers/qtopiamailfile/qtopiamailfile.pro index 6d1ea3de..6bf62b94 100644 --- a/src/plugins/contentmanagers/qtopiamailfile/qtopiamailfile.pro +++ b/src/plugins/contentmanagers/qtopiamailfile/qtopiamailfile.pro @@ -11,11 +11,9 @@ DEFINES += PLUGIN_INTERNAL DEPENDPATH += . INCLUDEPATH += . ../../../libraries/qtopiamail \ - ../../../libraries/messageserver \ ../../../libraries/qtopiamail/support -LIBS += -L../../../libraries/qtopiamail -lqtopiamail \ - -L../../../libraries/messageserver -lmessageserver +LIBS += -L../../../libraries/qtopiamail -lqtopiamail HEADERS += qtopiamailfilemanager.h |