[VS2008] Fixed build error

This commit is contained in:
Alex Zolotarev 2011-02-15 14:42:13 +01:00 committed by Alex Zolotarev
parent 888373df42
commit 77c1a74a56

View file

@ -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 += \