author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Thu, 08 Apr 2010 14:19:33 +0300 | |
branch | RCL_3 |
changeset 7 | 3f74d0d4af4c |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
load(qttest_p4) |
2 |
SOURCES += tst_qsqltablemodel.cpp |
|
3 |
||
4 |
QT += sql |
|
5 |
||
6 |
wince*: { |
|
7 |
plugFiles.sources = ../../../plugins/sqldrivers |
|
8 |
plugFiles.path = . |
|
9 |
DEPLOYMENT += plugFiles |
|
10 |
LIBS += -lws2 |
|
11 |
}else:symbian { |
|
12 |
qt_not_deployed { |
|
13 |
contains(S60_VERSION, 3.1)|contains(S60_VERSION, 3.2)|contains(S60_VERSION, 5.0) { |
|
14 |
sqlite.path = /sys/bin |
|
15 |
sqlite.sources = sqlite3.dll |
|
16 |
DEPLOYMENT += sqlite |
|
17 |
} |
|
18 |
} |
|
19 |
}else { |
|
20 |
win32:LIBS += -lws2_32 |
|
21 |
} |
|
22 |