| View Issue Details [ Jump to Notes ] | [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0007465 | CMake | CMake | public | 2008-08-07 06:29 | 2008-08-26 11:22 |
|
| Reporter | Stephan Diederich | |
| Assigned To | Clinton Stimpson | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | CMake-2-6 | |
| Target Version | | Fixed in Version | | |
|
| Summary | 0007465: qmake/cmake inconsistency: add WIN32 define (and _MSC_VER=xxx ?) to QT4_WRAP_CPP |
| Description | A default qmake ".pro" project adds "-D_MSC_VER=1400 -DWIN32" on windows (MSVC8) to the defines while moccing headers.
The QT4_WRAP_CPP does not define those.
Working around the problem by using the options from QT4_WRAP_CPP is possible:
QT4_WRAP_CPP(projects_MOC_SRCS ${projects_MOC_HDRS} OPTIONS "-DWIN32").
|
| Tags | No tags attached. |
|
| Attached Files | |
|