On 10/29/2010 09:45 AM, ext Jeffery MacEachern wrote: > I just tried today's Qt Creator snapshot build, after not having used > Qt Creator in a few weeks, and noticed that the Maemo packaging step > didn't pick up the VERSION variable from the project file (instead > defaulting to 0.0.1). I seem to remember it doing this correctly > before, but I'm not certain; can anyone sanity check me on that before > I file a regression bug?
We do not evaluate the VERSION variable for the package version (and never have). The problem is that you can have several applications and/or libraries in a project (with potentially different VERSIONs), but only one package will be built. But even with only a single pro file, consider the scenario of a user setting different version strings in debian/changelog (which is where the Debian packaging tools get their version information) and the project file - now what? Do we synchronize them? But then which source takes precedence? Christian _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
