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

QT = core sql testlib

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

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