aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.pro')
-rw-r--r--src/app/app.pro4
1 files changed, 3 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 {