aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2008-12-16 17:53:43 +0100
committercon <qtc-committer@nokia.com>2008-12-16 17:54:47 +0100
commit320b4cb36a3fbb1b14ad63a262d6751bb900a1c0 (patch)
treeaa522193902cb8d85c8c8c15cac08c7e591908ba
parente5b966f1348eb4156ab00f2040b8c198983b5c2e (diff)
Fixes: - Fix gcc3.3 build
RevBy: - dt
-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
}