mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-29 08:49:59 +02:00
Fixed erroneous messages in .pro file.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1535 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -167,7 +167,9 @@ unix {
|
|||||||
# From Qt 4.8, we disable the QPicture-based cache for titleblock rendering
|
# From Qt 4.8, we disable the QPicture-based cache for titleblock rendering
|
||||||
# because it leads to bad rendering then crash.
|
# because it leads to bad rendering then crash.
|
||||||
contains(QT_VERSION, ^4\\.[0-7]\\..*) {
|
contains(QT_VERSION, ^4\\.[0-7]\\..*) {
|
||||||
message("Detected Qt < 4.8: disabling QPicture-based cache for titleblock rendering.")
|
message("Detected Qt < 4.8: enabling QPicture-based cache for titleblock rendering.")
|
||||||
DEFINES += QET_TBT_USE_QPICTURE_BASED_CACHE
|
DEFINES += QET_TBT_USE_QPICTURE_BASED_CACHE
|
||||||
|
} else {
|
||||||
|
message("Detected Qt >= 4.8: disabling QPicture-based cache for titleblock rendering.")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user