View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0007465CMakeCMakepublic2008-08-07 06:292008-08-26 11:22
ReporterStephan Diederich 
Assigned ToClinton Stimpson 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0007465: qmake/cmake inconsistency: add WIN32 define (and _MSC_VER=xxx ?) to QT4_WRAP_CPP
DescriptionA 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").


TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0013182)
Clinton Stimpson (developer)
2008-08-25 19:43

Partial fix in FindQt4.cmake revision 1.127
(0013188)
Clinton Stimpson (developer)
2008-08-26 11:22

Revision 1.128 contains the final fix.

 Issue History
Date Modified Username Field Change
2008-08-07 06:29 Stephan Diederich New Issue
2008-08-07 09:38 Clinton Stimpson Status new => assigned
2008-08-07 09:38 Clinton Stimpson Assigned To => Clinton Stimpson
2008-08-25 19:43 Clinton Stimpson Note Added: 0013182
2008-08-26 11:22 Clinton Stimpson Status assigned => closed
2008-08-26 11:22 Clinton Stimpson Note Added: 0013188
2008-08-26 11:22 Clinton Stimpson Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team