Last change
on this file since 182 was 160, checked in by Dmitry A. Kuminov, 16 years ago |
network: Ported QHostInfo and QNetworkInterface to OS/2.
|
File size:
406 bytes
|
Rev | Line | |
---|
[2] | 1 | # Qt network module
|
---|
| 2 |
|
---|
| 3 | TARGET = QtNetwork
|
---|
[160] | 4 |
|
---|
| 5 | os2:TARGET_SHORT = QtNet
|
---|
| 6 |
|
---|
[2] | 7 | QPRO_PWD = $$PWD
|
---|
| 8 | DEFINES += QT_BUILD_NETWORK_LIB QT_NO_USING_NAMESPACE
|
---|
| 9 | QT = core
|
---|
| 10 | win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x64000000
|
---|
| 11 |
|
---|
| 12 | unix:QMAKE_PKGCONFIG_REQUIRES = QtCore
|
---|
| 13 |
|
---|
| 14 | include(../qbase.pri)
|
---|
| 15 | include(access/access.pri)
|
---|
| 16 | include(kernel/kernel.pri)
|
---|
| 17 | include(socket/socket.pri)
|
---|
| 18 | include(ssl/ssl.pri)
|
---|
| 19 |
|
---|
| 20 | QMAKE_LIBS += $$QMAKE_LIBS_NETWORK
|
---|
Note:
See
TracBrowser
for help on using the repository browser.