changeset 67:7c507c1d30e9

It seems we do not need to link to shell32 on Windows target ..
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Apr 2017 15:23:52 +0300
parents 6767807df30e
children 597bf29c5898
files Makefile.cross-mingw-win32
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.cross-mingw-win32	Sun Apr 09 14:55:43 2017 +0300
+++ b/Makefile.cross-mingw-win32	Sun Apr 09 15:23:52 2017 +0300
@@ -27,7 +27,6 @@
 APP_LIBS = -lglu32 -lopengl32 -lgdi32 -luser32 -lmingw32 \
 	-L$(QT5_PREFIX)/lib \
 	$(QT5_PREFIX)/lib/libqtmain.a \
-	-lshell32 \
 	$(QT5_PREFIX)/lib/libQt5Widgets.a \
 	$(QT5_PREFIX)/lib/libQt5Gui.a \
 	$(QT5_PREFIX)/lib/libQt5Sql.a \
@@ -47,5 +46,4 @@
 QT_UIC_FLAGS =
 
 
-
 include Makefile.gen