# HG changeset patch # User Matti Hamalainen # Date 1684150833 -10800 # Node ID 06c8461929757ed76ca26d1af08ebb5e71722453 # Parent 7edd1954fdaf10689a797dc7a8ec1a51138afe52 Remove useless libs. diff -r 7edd1954fdaf -r 06c846192975 Makefile.cross-mingw --- a/Makefile.cross-mingw Mon May 15 14:07:19 2023 +0300 +++ b/Makefile.cross-mingw Mon May 15 14:40:33 2023 +0300 @@ -38,7 +38,7 @@ CXXFLAGS += -frtti -fexceptions -mthreads LDFLAGS += -Wl,-s -Wl,-subsystem,windows -mthreads -APP_LIBS += -lglu32 -lopengl32 -lgdi32 -luser32 -lmingw32 \ +APP_LIBS += \ -L$(QT_PREFIX)/lib \ $(addsuffix .a,$(addprefix $(QT_PREFIX)/lib/lib$(QT_VERSION_PREFIX),$(QT_MODULES)))