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>
7 lines
121 B
Prolog
7 lines
121 B
Prolog
TARGET = tst_qsqlquery
|
|
CONFIG += testcase
|
|
|
|
SOURCES += tst_qsqlquery.cpp
|
|
|
|
QT = core sql testlib core-private sql-private
|