Due to a nebulous QPicture-related bug, added a compile-time option to enable the cached rendering of titleblock templates.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1534 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2012-02-26 18:35:48 +00:00
parent fd155f90d4
commit 9a996544f6
2 changed files with 12 additions and 0 deletions

View File

@@ -163,3 +163,11 @@ unix {
}
}
}
# From Qt 4.8, we disable the QPicture-based cache for titleblock rendering
# because it leads to bad rendering then crash.
contains(QT_VERSION, ^4\\.[0-7]\\..*) {
message("Detected Qt < 4.8: disabling QPicture-based cache for titleblock rendering.")
DEFINES += QET_TBT_USE_QPICTURE_BASED_CACHE
}