source: trunk/src/gui/gui.pro@ 494

Last change on this file since 494 was 147, checked in by Dmitry A. Kuminov, 16 years ago

gui: project file: Make sure splitDLL stuff is only used for the dll build.

File size: 1.2 KB
RevLine 
[2]1TARGET = QtGui
2QPRO_PWD = $$PWD
3QT = core
4DEFINES += QT_BUILD_GUI_LIB QT_NO_USING_NAMESPACE
5win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x65000000
6
[95]7!win32:!os2:!embedded:!mac:CONFIG += x11
[2]8
9unix:QMAKE_PKGCONFIG_REQUIRES = QtCore
10
11include(../qbase.pri)
12
13contains(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]16os2:dll:splitDllBegin(. A B, debug, debug|release)
[105]17
[2]18#platforms
19x11:include(kernel/x11.pri)