2ec7f2cfed
Use the newly introduced QSysInfo::machineHostName() to determine the host name in the shared header, removing the need to link against the winsocket library. All Windows-specific .pro sections can then be removed. Task-number: QTBUG-51673 Change-Id: Iba990b886b16addd210639871065abde6de96516 Reviewed-by: Andy Shaw <andy.shaw@theqtcompany.com>
6 lines
122 B
Prolog
6 lines
122 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qsqldriver
|
|
SOURCES += tst_qsqldriver.cpp
|
|
|
|
QT = core sql testlib core-private sql-private
|