From 4cc398f059d3aed8236e528a4992e7799790859e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 7 Jul 2015 02:22:34 +0200 Subject: The resource doesn't require a gui. And otherwise we can't run tests. --- synchronizer/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synchronizer/main.cpp b/synchronizer/main.cpp index d632d44..11fec25 100644 --- a/synchronizer/main.cpp +++ b/synchronizer/main.cpp @@ -17,7 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include +#include #include @@ -34,7 +34,7 @@ int main(int argc, char *argv[]) { //For crashes signal(SIGSEGV, crashHandler); - QApplication app(argc, argv); + QCoreApplication app(argc, argv); if (argc < 2) { Warning() << "Not enough args passed, no resource loaded."; -- cgit v1.2.3