From a332322de95f25ca3228102d80d6a92b73b6177d Mon Sep 17 00:00:00 2001 From: Keith Gardner Date: Fri, 28 Mar 2014 21:45:33 -0500 Subject: Long live QVersionNumber! The class provides compare operators, stream operators, and hashing functions. This class aims to be compatible with (but not restricted to) the Semantic Versioning 2.0 standard (semver.org). [ChangeLog][QtCore] Added QVersionNumber class Done-with: Marc Mutz Change-Id: I244c8ccc002909af03987a2df052734d1a8621a9 Reviewed-by: Oswald Buddenhagen --- src/corelib/tools/tools.pri | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/corelib/tools/tools.pri') diff --git a/src/corelib/tools/tools.pri b/src/corelib/tools/tools.pri index d1208a1fe6..467f870249 100644 --- a/src/corelib/tools/tools.pri +++ b/src/corelib/tools/tools.pri @@ -69,7 +69,8 @@ HEADERS += \ tools/qunicodetables_p.h \ tools/qunicodetools_p.h \ tools/qvarlengtharray.h \ - tools/qvector.h + tools/qvector.h \ + tools/qversionnumber.h SOURCES += \ @@ -113,7 +114,8 @@ SOURCES += \ tools/qtimezoneprivate.cpp \ tools/qunicodetools.cpp \ tools/qvector.cpp \ - tools/qvsnprintf.cpp + tools/qvsnprintf.cpp \ + tools/qversionnumber.cpp NO_PCH_SOURCES = tools/qstring_compat.cpp msvc: NO_PCH_SOURCES += tools/qvector_msvc.cpp -- cgit v1.2.3