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>2013-07-10 17:49:28 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:58:35 +0300
commit4498826de8320922b7aabf55981e5ac7734aa895 (patch)
treef8829e7630593856bc00855569b5d12799e9cecd /common.pri
parentd7622ebb4849f6a40ae22cfeeb056775bd355b1b (diff)
Minor changes to the project
Diffstat (limited to 'common.pri')
-rw-r--r--common.pri6
1 files changed, 3 insertions, 3 deletions
diff --git a/common.pri b/common.pri
index aa5d139498..90b5888185 100644
--- a/common.pri
+++ b/common.pri
@@ -4,7 +4,7 @@
# our own version variables
VERSION_MAJOR = 2
-VERSION_MINOR = 3
+VERSION_MINOR = 4
# qt's variable
VERSION = $${VERSION_MAJOR}.$${VERSION_MINOR}
@@ -99,7 +99,7 @@ win32-msvc* {
}
}
-win32-msvc2010 {
+win32-msvc201* {
# disable tr1 and c++0x features to avoid build errors
DEFINES += _HAS_CPP0X=0
DEFINES += BOOST_NO_CXX11_HDR_ARRAY BOOST_NO_CXX11_HDR_TYPEINDEX BOOST_NO_CXX11_SMART_PTR
@@ -116,7 +116,7 @@ unix|win32-g++ {
*-clang {
QMAKE_CXXFLAGS_WARN_ON += -Wno-sign-conversion
}
- # experimental
+
QMAKE_CFLAGS_RELEASE -= -O2
QMAKE_CFLAGS_RELEASE += -O3
QMAKE_CXXFLAGS_RELEASE -= -O2