From a2cadd1b8e9a005144846ea7f3fcf2fcdb49de39 Mon Sep 17 00:00:00 2001
From: dt <qtc-commiter@nokia.com>
Date: Tue, 16 Dec 2008 14:37:23 +0100
Subject: [PATCH] Fixes:    One last try to fix the loading problem.

Details:  Depend on libQtSvg and libQtDBus, so that our version gets
loaded.
---
 src/app/app.pro  | 4 +++-
 src/app/main.cpp | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/app/app.pro b/src/app/app.pro
index 2cb354da495..52e53003f31 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -13,13 +13,15 @@ win32 {
 }
 linux-* {
     LIBS *= -lExtensionSystem -lAggregation
-    QMAKE_LFLAGS+=-Wl,--enable-new-dtags
+    QT += svg dbus
+
 }
 
 TEMPLATE = app
 TARGET = $$IDE_APP_TARGET
 DESTDIR = ../../bin
 
+
 SOURCES += main.cpp
 
 macx {
diff --git a/src/app/main.cpp b/src/app/main.cpp
index eedc9e13653..b8d4b9d4b41 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -283,3 +283,4 @@ int main(int argc, char **argv)
     QTimer::singleShot(100, &pluginManager, SLOT(startTests()));
     return app.exec();
 }
+
-- 
GitLab