Thursday, August 28th 2008, 5:40pm UTC+1

You are not logged in.

  • Login
  • Register

1

Monday, May 12th 2008, 3:39pm

Build Date from Compiler using qmake

Under Mac and Linux, we do the following:

QMAKE_CXXFLAGS = -DGC_BUILD_DATE="`date +'\"%a_%b_%d,_%Y\"'`"

This allows us to get the build date for when we release.

How can we get the same under Windows ?

Thanks

J
  • Go to the top of the page

Rate this thread