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@maps.me>2014-10-14 13:14:55 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:30:57 +0300
commit0ddcff0b07566260e1e00990f70555110fb5cfa7 (patch)
tree32d542f1b9d9f6dcdc4e800b4ac5b3d6ee62b2c8 /drape_head/drape_head.pro
parent9ad4f6585c45443815b7ab9a691a7c47eefe6012 (diff)
[msvc][win] Fixed compilation issues
Diffstat (limited to 'drape_head/drape_head.pro')
-rw-r--r--drape_head/drape_head.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/drape_head/drape_head.pro b/drape_head/drape_head.pro
index 08000eea03..0555a1434c 100644
--- a/drape_head/drape_head.pro
+++ b/drape_head/drape_head.pro
@@ -9,12 +9,12 @@ INCLUDEPATH += $$ROOT_DIR/3party/jansson/src
TARGET = DrapeHead
TEMPLATE = app
CONFIG += warn_on
-QT *= core gui widgets
+QT *= core gui widgets opengl
#DEFINES += USE_TESTING_ENGINE
win32* {
LIBS += -lopengl32 -lws2_32 -lshell32 -liphlpapi
- RC_FILE = res/windows.rc
+# RC_FILE = res/windows.rc
win32-msvc*: LIBS += -lwlanapi
win32-g++: LIBS += -lpthread
}