From 2eb5e7be806cf62610fd8241e677fcef75a8b8d3 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 13 Apr 2015 14:03:47 +0200 Subject: [PATCH] Makefile.common - cleanup --- Makefile.common | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.common b/Makefile.common index 8c76f1cfba..7616191249 100644 --- a/Makefile.common +++ b/Makefile.common @@ -188,8 +188,6 @@ 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 -L./ui/drivers/qt/release -lwrapper -# Make this Win32-specific -# -lgdi32 -luser32 -L./qt -lwrapper endif # LibretroDB