aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/app/app.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/app.pro b/src/app/app.pro
index 52e53003f3..a0e120da1c 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -13,7 +13,8 @@ win32 {
}
linux-* {
LIBS *= -lExtensionSystem -lAggregation
- QT += svg dbus
+ ISGCC33=$$(GCC33)
+ !equals(ISGCC33, 1):QT += svg dbus
}