summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlibraryinfo.h
diff options
context:
space:
mode:
authoraavit <qt_aavit@ovi.com>2011-11-10 11:05:15 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-10 13:02:34 +0100
commit77082cd7c91905aaffcf341ab55adb07839aa33e (patch)
tree9059bfe0710bdd97a6883a1e131bb8e3333f0839 /src/corelib/global/qlibraryinfo.h
parent95c007e1f5de862429e99f1c94aab1d26cf120cf (diff)
Add isDebugBuild() query function to QLibraryInfo
Also cleaned up the doc, removing references to the buildkey() function that has been removed. Change-Id: I2cb403f93d93c0b2f71c8502818d669f7bfbfbec Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
Diffstat (limited to 'src/corelib/global/qlibraryinfo.h')
-rw-r--r--src/corelib/global/qlibraryinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/global/qlibraryinfo.h b/src/corelib/global/qlibraryinfo.h
index 4dcd8e1e5e..dafc6bbd8b 100644
--- a/src/corelib/global/qlibraryinfo.h
+++ b/src/corelib/global/qlibraryinfo.h
@@ -63,6 +63,8 @@ public:
static QDate buildDate();
#endif //QT_NO_DATESTRING
+ static bool isDebugBuild();
+
enum LibraryLocation
{
PrefixPath,