diff --git a/src/app/app.pro b/src/app/app.pro
index 2cb354da4958b3b6f84a431f2ad02306920711eb..52e53003f31176400448ad38c7a109b29a4c0ec5 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 eedc9e1365370a07d2e60933568a3e1dbb1aaadf..b8d4b9d4b4146052679c2aa5c6892a674d023758 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();
 }
+