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
path: root/qt/qt.pro
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@mapswithme.com>2013-07-07 17:17:44 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:58:24 +0300
commitf70fe79886fe2e869bfe498dfa2daf83dca5dbfe (patch)
tree5c962de997c290d55b98afc11075bf9045cefaaf /qt/qt.pro
parent440b639e8b141a64e027ce97c7baf64fb2c60261 (diff)
[qt] Fixed compilation
Diffstat (limited to 'qt/qt.pro')
-rw-r--r--qt/qt.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qt.pro b/qt/qt.pro
index aa9cd02f8b..ca19193796 100644
--- a/qt/qt.pro
+++ b/qt/qt.pro
@@ -9,7 +9,7 @@ include($$ROOT_DIR/common.pri)
TARGET = MapsWithMe
TEMPLATE = app
-QT *= core gui opengl
+QT *= core widgets gui opengl
win32* {
LIBS += -lopengl32 -lws2_32 -lshell32 -liphlpapi