diff options
author | Morten Sorvig <msorvig@trolltech.com> | 2009-08-13 11:08:46 (GMT) |
---|---|---|
committer | Morten Sorvig <msorvig@trolltech.com> | 2009-09-11 10:41:05 (GMT) |
commit | 6ac7728fe442988e86786cb75a851063b4380404 (patch) | |
tree | 005f563db48bfc4755897d4c81ffc28d01adea24 /mkspecs | |
parent | c03d1a9e12c9b9766c1e652985aeeab23be352a8 (diff) | |
download | Qt-6ac7728fe442988e86786cb75a851063b4380404.zip Qt-6ac7728fe442988e86786cb75a851063b4380404.tar.gz Qt-6ac7728fe442988e86786cb75a851063b4380404.tar.bz2 |
Remove yet another forgotten debug message.
Diffstat (limited to 'mkspecs')
-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 |