Signed-off-by: alex-z <blackslayer4@gmail.com>
add_definitions(-DNO_MSG_HANDLER=1)
endif()
-# this option builds the updater
-option(BUILD_UPDATER "BUILD_UPDATER" OFF)
if(BUILD_UPDATER)
message("Compiling with updater")
- add_definitions(-DBUILD_UPDATER=1)
else()
message("Compiling without updater")
endif()
#set( CRASHREPORTER_ICON ":/owncloud-icon.png" )
## Updater options
-option( BUILD_UPDATER "Build updater" OFF )
+option( BUILD_UPDATER "Build updater" ON )
option( WITH_PROVIDERS "Build with providers list" ON )
#cmakedefine01 GUI_TESTING
+#cmakedefine BUILD_UPDATER "@BUILD_UPDATER@"
+
#endif
#include "common/utility.h"
#include "logger.h"
-#include "config.h"
-
#include "legalnotice.h"
#include <QFileDialog>
#ifndef MIRALL_GENERALSETTINGS_H
#define MIRALL_GENERALSETTINGS_H
+#include "config.h"
+
#include <QWidget>
#include <QPointer>