c59f1aea65
Change-Id: I93169244b51f8b993f97f7595e0bc7006ae04e3a Reviewed-by: Mark Brand <mabrand@mabrand.nl>
16 lines
297 B
Prolog
16 lines
297 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qsqltablemodel
|
|
SOURCES += tst_qsqltablemodel.cpp
|
|
|
|
QT = core core-private sql sql-private testlib
|
|
|
|
wince*: {
|
|
plugFiles.files = ../../../plugins/sqldrivers
|
|
plugFiles.path = .
|
|
DEPLOYMENT += plugFiles
|
|
LIBS += -lws2
|
|
} else {
|
|
win32:LIBS += -lws2_32
|
|
}
|
|
|