aboutsummaryrefslogtreecommitdiff
path: root/devel/qmake4/files/qconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/qmake4/files/qconfig.cpp')
-rw-r--r--devel/qmake4/files/qconfig.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/qmake4/files/qconfig.cpp b/devel/qmake4/files/qconfig.cpp
index d662b424fce0..bcbbe10ff17b 100644
--- a/devel/qmake4/files/qconfig.cpp
+++ b/devel/qmake4/files/qconfig.cpp
@@ -4,6 +4,9 @@
* The default prefix (/ usr / local) is dynamicly replaced
* at configure time.
*/
+/* Installation date */
+static const char qt_configure_installation [12+11] = "qt_instdate=TODAY";
+
#define QT_CONFIGURE_LICENSEE "Open Source";
#define QT_CONFIGURE_LICENSED_PRODUCTS "OpenSource";
#define QT_CONFIGURE_PREFIX_PATH "/usr/local";