Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.5.0
-
None
Description
Using the following line in a .pro file:
QMAKE_CXXFLAGS = -DGC_BUILD_DATE="`date +'\"%a_%b_%d,_%Y\"'`"
Xcode is not able to parse the generated project file.
Pasting the same line in build settings of the target seems to work fine.