Finishing up with creating a bundle

Change-Id: I69ab896a47cdeec48fa060b8c093d269d8af3170
diff --git a/src/tray-menu.hpp b/src/tray-menu.hpp
index 9e78abc..0c09cb0 100644
--- a/src/tray-menu.hpp
+++ b/src/tray-menu.hpp
@@ -20,6 +20,8 @@
 #ifndef NCC_TRAY_MENU_HPP
 #define NCC_TRAY_MENU_HPP
 
+#include "config.hpp"
+
 #include <QtCore/QObject>
 #include <QtCore/QProcess>
 #include <QtCore/QCoreApplication>
@@ -80,10 +82,12 @@
   void
   stopNfd();
 
-
   void
   updateNfdActivityIcon(bool isActive);
 
+  void
+  enableCli();
+
 private:
   QQmlContext* m_context;
   bool m_isNfdRunning;
@@ -91,6 +95,10 @@
   QMenu* m_menu;
   QAction* m_entryPref;
   QAction* m_entrySec;
+#ifdef OSX_BUILD
+  QAction* m_entryEnableCli;
+#endif
+
   QAction* m_entryQuit;
 
   ncc::KeyViewerDialog* m_keyViewerDialog;