summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-08-28 16:47:56 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-03 13:41:55 +0200
commita2f705029ca09dd7d356f8a55c9d7d5b3f2d24d9 (patch)
tree45d17d436af4a1bc9b11feb0c57d29e5e870a317 /src
parentdcf4d152b5395da405cda174dbf007f904a8353b (diff)
Remove the package macros from qglobal.h
It's the wrong place to have these. Change-Id: I3b716317ba02ea2baf0f7053c8b16128e4c88e17 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/global/qglobal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h
index 3558cbd08f..350b811df8 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -55,10 +55,6 @@
*/
#define QT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
-#define QT_PACKAGEDATE_STR "YYYY-MM-DD"
-
-#define QT_PACKAGE_TAG ""
-
#if !defined(QT_BUILD_MOC)
#include <QtCore/qconfig.h>
#endif