[qet] [1535] Fixed erroneous messages in .pro file. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 1535
Author: xavier
Date: 2012-02-26 22:00:56 +0100 (Sun, 26 Feb 2012)
Log Message:
-----------
Fixed erroneous messages in .pro file.
Modified Paths:
--------------
branches/0.3/qelectrotech.pro
Modified: branches/0.3/qelectrotech.pro
===================================================================
--- branches/0.3/qelectrotech.pro 2012-02-26 18:35:48 UTC (rev 1534)
+++ branches/0.3/qelectrotech.pro 2012-02-26 21:00:56 UTC (rev 1535)
@@ -167,7 +167,9 @@
# 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.")
+ message("Detected Qt < 4.8: enabling QPicture-based cache for titleblock rendering.")
DEFINES += QET_TBT_USE_QPICTURE_BASED_CACHE
+} else {
+ message("Detected Qt >= 4.8: disabling QPicture-based cache for titleblock rendering.")
}