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

build_phone_pack.h « build_style « qt - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dae66a0a05f187a31a9fcac8cc349870fdc00335 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <QString>

namespace build_style
{
QString RunBuildingPhonePack(QString const & stylesFolder, QString const & targetFolder);
} // namespace build_style