From 1de5ba34115d2cbb64a3bc9762db808ddbb793e6 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Thu, 2 Apr 2015 18:38:34 +0300 Subject: [PATCH] fatal error: qlockfile.h: No such file or directory. --HG-- branch : develop --- src/app/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/mainwindow.cpp b/src/app/mainwindow.cpp index e0e2cbc8a..8ba02bc51 100644 --- a/src/app/mainwindow.cpp +++ b/src/app/mainwindow.cpp @@ -62,7 +62,7 @@ #include #include #if QT_VERSION < QT_VERSION_CHECK(5, 1, 0) -# include "qlockfile.h" +# include "core/qlockfile.h" #else # include #endif