1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-03 01:21:10 +00:00

Update Makefile.common

This commit is contained in:
Radius 2015-04-12 15:31:19 -04:00
parent b618f2baa7
commit 7244943ec2

@ -186,7 +186,7 @@ OBJ += gfx/image/image.o
ifeq ($(HAVE_QT), 1) ifeq ($(HAVE_QT), 1)
OBJ += ui/drivers/ui_qt.o OBJ += ui/drivers/ui_qt.o
# TODO/FIXME - figure out which libraries we need to link against # TODO/FIXME - figure out which libraries we need to link against
LIBS += -lQt5Quick -lQt5Widgets -lQt5Gui -lQt5Qml -lQt5Network -lQt5Core -lglu32 -lopengl32 -L./ -lwrapper LIBS += -lQt5Quick -lQt5Widgets -lQt5Gui -lQt5Qml -lQt5Network -lQt5Core -lglu32 -lopengl32 -L./ui/drivers/qt/ -lwrapper
# Make this Win32-specific # Make this Win32-specific
# -lgdi32 -luser32 -L./qt -lwrapper # -lgdi32 -luser32 -L./qt -lwrapper
endif endif