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