aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/app/app.pro4
-rw-r--r--src/app/main.cpp1
2 files changed, 4 insertions, 1 deletions
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();
}
+