278152fffd
Commit 773dd01
introduced a general mingw platform scope, which
is cleaner and more flexible than matching the spec name.
Change-Id: Ie3a9cb791a83f7c8a51bc4e23069190c452ab521
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
11 lines
175 B
Prolog
11 lines
175 B
Prolog
TARGET = tst_qsqlresult
|
|
CONFIG += testcase
|
|
|
|
QT = core core-private sql sql-private testlib
|
|
|
|
SOURCES += tst_qsqlresult.cpp
|
|
HEADERS += testsqldriver.h
|
|
|
|
mingw: LIBS += -lws2_32
|
|
|