Makefile.common - cleanup
This commit is contained in:
parent
a1e2228477
commit
2eb5e7be80
|
@ -188,8 +188,6 @@ 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./ui/drivers/qt/release -lwrapper
|
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
|
endif
|
||||||
|
|
||||||
# LibretroDB
|
# LibretroDB
|
||||||
|
|
Loading…
Reference in New Issue