236ae73ed8
When cross compiling from a case sensitive file system, casing matters, and mingw headers and import libraries consistently use lowercase. This was uncovered by d385158d5213ef568b7629e2aa4a818016bbffac; prior to that, the schannel TLS plugin didn't end up built (at least when cross compiling). Fix other similar cases that can be found by grepping the repo. Change-Id: Ia696e17b7aaa979d7b7f5b0801383f338a8b585b Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
6 lines
127 B
Prolog
6 lines
127 B
Prolog
TEMPLATE = app
|
|
QT = core gui gui-private core-private widgets
|
|
CONFIG -= app_bundle
|
|
SOURCES += main.cpp
|
|
win32: LIBS += -luser32
|