76cf88157f
The keyword no longer has a meaning for the new CI. Change-Id: Ibcea4c7a82fb7f982cf4569fdff19f82066543d1 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
19 lines
374 B
Prolog
19 lines
374 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qsqlrelationaltablemodel
|
|
SOURCES += tst_qsqlrelationaltablemodel.cpp
|
|
|
|
QT = core sql testlib core-private sql-private
|
|
|
|
wince {
|
|
plugFiles.files = ../../../plugins/sqldrivers
|
|
plugFiles.path = .
|
|
DEPLOYMENT += plugFiles
|
|
LIBS += -lws2
|
|
} else {
|
|
mingw {
|
|
LIBS += -lws2_32
|
|
} else:win32 {
|
|
LIBS += ws2_32.lib
|
|
}
|
|
}
|