source: trunk/src/sql/sql.pro@ 788

Last change on this file since 788 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 552 bytes
Line 
1TARGET = QtSql
2QPRO_PWD = $$PWD
3QT = core
4DEFINES += QT_BUILD_SQL_LIB
5DEFINES += QT_NO_USING_NAMESPACE
6win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x62000000
7
8unix:QMAKE_PKGCONFIG_REQUIRES = QtCore
9
10include(../qbase.pri)
11
12DEFINES += QT_NO_CAST_FROM_ASCII
13PRECOMPILED_HEADER = ../corelib/global/qt_pch.h
14SQL_P = sql
15
16include(kernel/kernel.pri)
17include(drivers/drivers.pri)
18include(models/models.pri)
19
20symbian: {
21 TARGET.UID3=0x2001E61D
22
23 # Workaroud for problems with paging this dll
24 MMP_RULES -= PAGED
25 MMP_RULES *= UNPAGED
26}
Note: See TracBrowser for help on using the repository browser.