forked from organicmaps/organicmaps
[VS2008] Fixed build error
This commit is contained in:
parent
888373df42
commit
77c1a74a56
1 changed files with 5 additions and 1 deletions
|
@ -11,7 +11,11 @@ include($$ROOT_DIR/common.pri)
|
|||
QT += opengl gui core
|
||||
|
||||
win32-g++ {
|
||||
LIBS += -lpthread -lopengl32
|
||||
LIBS += -lpthread
|
||||
}
|
||||
|
||||
win32 {
|
||||
LIBS += -lopengl32 -lshell32
|
||||
}
|
||||
|
||||
SOURCES += \
|
||||
|
|
Loading…
Add table
Reference in a new issue