From 77c1a74a56cda8676f8984b61a97063da58a18a7 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Tue, 15 Feb 2011 14:42:13 +0100 Subject: [PATCH] [VS2008] Fixed build error --- yg/yg_tests/yg_tests.pro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/yg/yg_tests/yg_tests.pro b/yg/yg_tests/yg_tests.pro index dfbe119bde..d8d5671846 100644 --- a/yg/yg_tests/yg_tests.pro +++ b/yg/yg_tests/yg_tests.pro @@ -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 += \