|
@@ -416,10 +416,10 @@ else
|
|
|
QT_CONFIGURE_OPTS += -no-declarative
|
|
|
endif
|
|
|
|
|
|
-# ccache and precompiled headers don't play well together
|
|
|
-ifeq ($(BR2_CCACHE),y)
|
|
|
+# -no-pch is needed to workaround the issue described at
|
|
|
+# http://comments.gmane.org/gmane.comp.lib.qt.devel/5933.
|
|
|
+# In addition, ccache and precompiled headers don't play well together
|
|
|
QT_CONFIGURE_OPTS += -no-pch
|
|
|
-endif
|
|
|
|
|
|
# x86x86fix
|
|
|
# Workaround Qt Embedded bug when crosscompiling for x86 under x86 with linux
|