[2] | 1 | TARGET = QtGui
|
---|
| 2 | QPRO_PWD = $$PWD
|
---|
| 3 | QT = core
|
---|
| 4 | DEFINES += QT_BUILD_GUI_LIB QT_NO_USING_NAMESPACE
|
---|
| 5 | win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x65000000
|
---|
| 6 |
|
---|
[95] | 7 | !win32:!os2:!embedded:!mac:CONFIG += x11
|
---|
[2] | 8 |
|
---|
| 9 | unix:QMAKE_PKGCONFIG_REQUIRES = QtCore
|
---|
| 10 |
|
---|
| 11 | include(../qbase.pri)
|
---|
| 12 |
|
---|
| 13 | contains(QT_CONFIG, x11sm):CONFIG += x11sm
|
---|
| 14 |
|
---|
[105] | 15 | # On OS/2, the debug DLL is too big and links slowly, split it to 3 pieces
|
---|
[147] | 16 | os2:dll:splitDllBegin(. A B, debug, debug|release)
|
---|
[105] | 17 |
|
---|
[2] | 18 | #platforms
|
---|
| 19 | x11:include(kernel/x11.pri)
|
---|
| |
---|