diff options
author | Janne Koskinen <janne.p.koskinen@digia.com> | 2009-06-16 07:58:00 (GMT) |
---|---|---|
committer | Janne Koskinen <janne.p.koskinen@digia.com> | 2009-06-16 07:58:00 (GMT) |
commit | 02f0cc5c834c0c45a6191f5f4f3c8c4c1b21d70e (patch) | |
tree | 21de7cd1d03b386f92e23d5f79425413f21c7068 | |
parent | 12b4262f1f6e5d7560c0495096e86668cdf69cad (diff) | |
download | Qt-02f0cc5c834c0c45a6191f5f4f3c8c4c1b21d70e.zip Qt-02f0cc5c834c0c45a6191f5f4f3c8c4c1b21d70e.tar.gz Qt-02f0cc5c834c0c45a6191f5f4f3c8c4c1b21d70e.tar.bz2 |
Revert "added sendui.lib to qtgui"
library was removed on purpose, linking issues shouldn't happen.
This reverts commit 12b4262f1f6e5d7560c0495096e86668cdf69cad.
-rw-r--r-- | mkspecs/common/symbian/symbian.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/common/symbian/symbian.conf b/mkspecs/common/symbian/symbian.conf index 7b78033..663a1df 100644 --- a/mkspecs/common/symbian/symbian.conf +++ b/mkspecs/common/symbian/symbian.conf @@ -62,8 +62,8 @@ QMAKE_LFLAGS_DLL = -shared QMAKE_LINK_OBJECT_MAX = 10 QMAKE_LINK_OBJECT_SCRIPT= object_script -QMAKE_DESKTOPSERVICES_LIBS = -lsendas2 -lsendui -lplatformenv -lcommonui -letext -lapmime -QMAKE_STATUSPANE_LIBS = -lavkon -leikcoctl +QMAKE_DESKTOPSERVICES_LIBS = -lsendas2 -lplatformenv -lcommonui -letext -lapmime +QMAKE_STATUSPANE_LIBS = -lavkon -leikcoctl QMAKE_LIBS = -llibc -llibm -leuser -llibdl QMAKE_LIBS_CORE = $$QMAKE_LIBS -llibpthread -lefsrv |