summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqlresult/qsqlresult.pro
blob: abd32ee01757e405bd07233ee36304921ec2aa3d (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET = tst_qsqlresult
CONFIG += testcase

QT = core sql testlib

SOURCES += tst_qsqlresult.cpp
HEADERS += testsqldriver.h

win32-g++*: LIBS += -lws2_32

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0