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:
authorYuri Gorshenin <y@maps.me>2017-06-19 17:39:54 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-07-05 16:41:38 +0300
commit2a0e7b27eb9241e33faa8ea71e74248f870229ee (patch)
tree80467f41247c9f28eb1a0d90ad11d3d960c2e9c5 /ugc/ugc.pro
parentdec8b3f4876eada9585a1df710965397c728d7d3 (diff)
[build] qmake build fix
Diffstat (limited to 'ugc/ugc.pro')
-rw-r--r--ugc/ugc.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/ugc/ugc.pro b/ugc/ugc.pro
new file mode 100644
index 0000000000..c90196970c
--- /dev/null
+++ b/ugc/ugc.pro
@@ -0,0 +1,16 @@
+# UGC library.
+
+TARGET = ugc
+TEMPLATE = lib
+CONFIG += staticlib warn_on
+
+ROOT_DIR = ..
+
+include($$ROOT_DIR/common.pri)
+
+HEADERS += \
+ api.hpp \
+ types.hpp \
+
+SOURCES += \
+ api.cpp \