The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=13646 ====================================================================== Reported By: Dominik Schmidt Assigned To: ====================================================================== Project: CMake Issue ID: 13646 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2012-11-02 17:37 EDT Last Modified: 2012-11-02 17:37 EDT ====================================================================== Summary: Automoc doesn't recognise "#if QT_VERSION = x" anymore Description: With the latest release of CMake compilation of Tomahawk Player stopped working for us because automoc stopped producing output for a certain file.
Obviously code ifdef'ed by "#if QT_VERSION >= 0x040400" isn't scanned anymore. The commit that fixed building for us: https://github.com/tomahawk-player/tomahawk/commit/c910e1b58f01a42b9f99222e501172576d8cad06 Steps to Reproduce: Put code in "#if QT_VERSION >= 0x040400" and run automoc on it. Additional Information: Of course I'm talking about CMake built in automoc, not automoc4 from KDE. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2012-11-02 17:37 Dominik SchmidtNew Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
