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:
Diffstat (limited to 'map/map.pro')
-rw-r--r--map/map.pro12
1 files changed, 3 insertions, 9 deletions
diff --git a/map/map.pro b/map/map.pro
index 52feab98a2..a5604755e0 100644
--- a/map/map.pro
+++ b/map/map.pro
@@ -34,13 +34,7 @@ SOURCES += \
information_display.cpp \
settings.cpp \
-!iphonesimulator-g++42 {
- !iphonedevice-g++42 {
- !bada-simulator {
- !bada-device {
- HEADERS += qgl_render_context.hpp
- SOURCES += qgl_render_context.cpp
- }
- }
- }
+!iphone*:!bada* {
+ HEADERS += qgl_render_context.hpp
+ SOURCES += qgl_render_context.cpp
}