Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@mapswithme.com>2014-01-26 20:16:25 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:10:55 +0300
commitd124aa41db0f06adce7e099a9f811cc302b87cdf (patch)
treec14d0a9d6c8ae06d63f7f056ccf6073a38a116db /skin_generator
parenta8afe105b7d8601857cfc37a94112a97fe2d1f0f (diff)
[styles] Fixed skin generator compilation
Diffstat (limited to 'skin_generator')
-rw-r--r--skin_generator/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/skin_generator/main.cpp b/skin_generator/main.cpp
index a1995b403a..e065691538 100644
--- a/skin_generator/main.cpp
+++ b/skin_generator/main.cpp
@@ -1,7 +1,7 @@
#include "skin_generator.hpp"
#include <QtCore/QFile>
-#include <QtGui/QApplication>
+#include <QApplication>
#include <QtXml/QXmlSimpleReader>
#include <QtXml/QXmlInputSource>