Skip to content
Snippets Groups Projects
Commit 320b4cb3 authored by con's avatar con
Browse files

Fixes: - Fix gcc3.3 build

RevBy:    - dt
parent e5b966f1
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,8 @@ win32 {
}
linux-* {
LIBS *= -lExtensionSystem -lAggregation
QT += svg dbus
ISGCC33=$$(GCC33)
!equals(ISGCC33, 1):QT += svg dbus
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment