#ifdef Q_WS_X11
#include "gnomeglobalshortcutbackend.h"
#endif
-#ifdef APP_MAC
-// #include "local/mac/mac_startup.h"
+#ifdef APP_MAC_STORE
+#include "local/mac/mac_startup.h"
#endif
#include "downloadmanager.h"
#include "youtubesuggest.h"
#include "constants.h"
#include "MainWindow.h"
#include "searchparams.h"
-#ifdef APP_MAC
-// #include "local/mac/mac_startup.h"
+#ifdef APP_MAC_STORE
+#include "local/mac/mac_startup.h"
#endif
#ifdef APP_WIN
#include "local/win/qtwin.h"
int main(int argc, char **argv) {
-#ifdef APP_MAC
- // mac::MacMain();
+#ifdef APP_MAC_STORE
+ mac::MacMain();
#endif
QtSingleApplication app(argc, argv);