diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-01-21 21:13:21 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-01-21 21:13:21 +0000 |
commit | 43902f6ecc0189b88ec79a03b8b0b39425aa18dd (patch) | |
tree | 5b488e99af499ef5ed89d0b90cc3f0f14b1f1ad4 /devel/qmake4/files/qconfig.cpp | |
parent | Update to 20100120 version of the FreeBSD docset. (diff) |
The FreeBSD KDE team is pleased to announce Qt-4.6.1 for FreeBSD.
Notes
Notes:
svn path=/head/; revision=248306
Diffstat (limited to 'devel/qmake4/files/qconfig.cpp')
-rw-r--r-- | devel/qmake4/files/qconfig.cpp | 3 |
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"; |