diff options
author | Morten Sorvig <msorvig@trolltech.com> | 2009-08-13 11:08:46 (GMT) |
---|---|---|
committer | Morten Sorvig <msorvig@trolltech.com> | 2009-08-13 11:08:46 (GMT) |
commit | 200f20d1503b6739f05916b606168da67726ffa6 (patch) | |
tree | 08efac851f34d583b54eeca1084c9a772e528d23 /mkspecs/features | |
parent | c090e68c25f6c5ffeac33ba81e50147800200b59 (diff) | |
download | Qt-200f20d1503b6739f05916b606168da67726ffa6.zip Qt-200f20d1503b6739f05916b606168da67726ffa6.tar.gz Qt-200f20d1503b6739f05916b606168da67726ffa6.tar.bz2 |
Remove yet another forgotten debug message.
Diffstat (limited to 'mkspecs/features')
-rw-r--r-- | mkspecs/features/mac/default_post.prf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mkspecs/features/mac/default_post.prf b/mkspecs/features/mac/default_post.prf index 210a704..4999762 100644 --- a/mkspecs/features/mac/default_post.prf +++ b/mkspecs/features/mac/default_post.prf @@ -6,7 +6,6 @@ load(default_post) # contains both then use the compiler default. Make a similiar decision for # PowerPC-based systems. Note that this logic assumes that Qt has been # configured with an architecture that is usable on the system. -message(hei $$QT_CONFIG ) qt:!isEmpty(QT_CONFIG) { contains(QMAKE_HOST.arch, ppc) { !contains(QT_CONFIG, ppc64):contains(QT_CONFIG, ppc):CONFIG += ppc |