From ebdf15c17c7a7822aedc417d656cdfb1f604605d Mon Sep 17 00:00:00 2001 From: Radius Date: Sun, 12 Apr 2015 15:21:53 -0400 Subject: [PATCH] Update Makefile.common 1 --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 990602475e..b681ec326f 100644 --- a/Makefile.common +++ b/Makefile.common @@ -186,7 +186,7 @@ OBJ += gfx/image/image.o ifeq ($(HAVE_QT), 1) OBJ += ui/drivers/ui_qt.o # TODO/FIXME - figure out which libraries we need to link against -LIBS += -lQt5Quick -lQt5Widgets -lQt5Gui -lQt5Qml -lQt5Network -lQt5Core -lglu32 -lopengl32 +LIBS += -lQt5Quick -lQt5Widgets -lQt5Gui -lQt5Qml -lQt5Network -lQt5Core -lglu32 -lopengl32 -L./ -lwrapper # Make this Win32-specific # -lgdi32 -luser32 -L./qt -lwrapper endif