It can be done with QMake but its not easy... It is trivial with CMake... That said, for QMake environments, I usually have a kick off script that I write to do just this
Scott -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Philipp Menke Sent: Wednesday, February 08, 2012 11:09 AM To: Qt Interest Subject: [Interest] compile SVN-Version into Project with qmake Hi, I would like to compile the current Revision of my repository into my code. How could I manage this with qmake? I think one could use "svn info | grep Revision" or sth like that to get the current Revision number and pass this as a preprocessor-Define into gcc. But how could I have this been done automatically? Do you have any idea how to realise? Philipp _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
