--- a/src/qtgui/rclm_idx.cpp
+++ b/src/qtgui/rclm_idx.cpp
@@ -306,6 +306,11 @@
         system(cmd.c_str());
     }
 }
+#else
+// Because moc does not understand ifdefs, have to have this as an empty func
+void RclMain::bumpIndexing()
+{
+}
 #endif
 
 static void delay(int millisecondsWait)