Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.0
-
None
Description
Qmake -project lists files in both HEADERS and SOURCES when including .cpp files. Including .cpp files is legal - but it's not legal to have symbol definitions multiple times. Therefore, qmake should not add .cpp files to the .pro files HEADERS section as this will result in multiply defined symbols