fatal error: qlockfile.h: No such file or directory.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-04-02 18:38:34 +03:00
parent 6752090a72
commit 1de5ba3411

View file

@ -62,7 +62,7 @@
#include <QDesktopWidget>
#include <QDesktopServices>
#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
# include "qlockfile.h"
# include "core/qlockfile.h"
#else
# include <QLockFile>
#endif