equal
deleted
inserted
replaced
|
1 load(qttest_p4) |
|
2 |
|
3 SOURCES += tst_qsslcipher.cpp |
|
4 !wince*:win32:LIBS += -lws2_32 |
|
5 QT = core network |
|
6 |
|
7 TARGET = tst_qsslcipher |
|
8 |
|
9 win32 { |
|
10 CONFIG(debug, debug|release) { |
|
11 DESTDIR = debug |
|
12 } else { |
|
13 DESTDIR = release |
|
14 } |
|
15 } |
|
16 |
|
17 |