forked from qt-creator/qt-creator
Fixes: - Fix gcc3.3 build
RevBy: - dt
This commit is contained in:
@@ -13,7 +13,8 @@ win32 {
|
|||||||
}
|
}
|
||||||
linux-* {
|
linux-* {
|
||||||
LIBS *= -lExtensionSystem -lAggregation
|
LIBS *= -lExtensionSystem -lAggregation
|
||||||
QT += svg dbus
|
ISGCC33=$$(GCC33)
|
||||||
|
!equals(ISGCC33, 1):QT += svg dbus
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user