src/hbcore/utils/hbthetestutility_p.cpp
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 5 627c4a0fd0e7
--- a/src/hbcore/utils/hbthetestutility_p.cpp	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbcore/utils/hbthetestutility_p.cpp	Mon May 03 12:48:33 2010 +0300
@@ -90,9 +90,7 @@
 */
 bool HbTheTestUtilityPrivate::checkConfigFile()
 {
-#if defined (Q_OS_UNIX)
-    return false; // currently no UNIX support
-#elif defined (Q_OS_SYMBIAN)
+#if defined (Q_OS_SYMBIAN)
     bool useC = false;
     useF = doCheckConfigFile(KDriveFPath);
     if (!useF) {
@@ -104,6 +102,8 @@
     return (useC || useE || useF);
 #elif defined (Q_OS_WIN32)
     return doCheckConfigFile(KDriveCPath);
+#else
+    return false; // only Symbian and Windows are supported
 #endif
 }