summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2013-11-24 00:38:45 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2013-11-24 00:38:45 (GMT)
commitb204aba444bd838bd3fe27675323dce6d4123b19 (patch)
tree3d81a709ef0cdd87121c1ee4a5925c95ddaf4db1 /src
parentab102cec8518ffe1bc7ecefa7986e8390367c692 (diff)
mxe64 build fix. make 'qt disabled' message less confusing on test binary.
Diffstat (limited to 'src')
-rw-r--r--src/PlatformUtils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlatformUtils.cc b/src/PlatformUtils.cc
index cfa5731..b02b822 100644
--- a/src/PlatformUtils.cc
+++ b/src/PlatformUtils.cc
@@ -84,7 +84,7 @@ std::string PlatformUtils::info()
#ifdef QT_VERSION
std::string qtVersion = qVersion();
#else
- std::string qtVersion = "Qt disabled";
+ std::string qtVersion = "Qt disabled - Commandline Test Version";
#endif
#ifdef ENABLE_CGAL
contact: Jan Huwald // Impressum