summaryrefslogtreecommitdiffstats
path: root/src/qt3support/qt3support.pro
blob: a30117c52c0503282e0bcbf7b547522cd2f723a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
TARGET	   = Qt3Support
QPRO_PWD   = $$PWD
QT         = core gui network sql
DEFINES   += QT_BUILD_COMPAT_LIB
DEFINES   += QT_NO_USING_NAMESPACE
win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x60000000

include(../qbase.pri)
DEFINES -= QT_ASCII_CAST_WARNINGS

PRECOMPILED_HEADER = other/qt_compat_pch.h

include(tools/tools.pri)
include(sql/sql.pri)
include(other/other.pri)
include(itemviews/itemviews.pri)
include(widgets/widgets.pri)
include(dialogs/dialogs.pri)
include(text/text.pri)
include(canvas/canvas.pri)
include(network/network.pri)
include(painting/painting.pri)

unix {
   QMAKE_PKGCONFIG_CFLAGS += -DQT3_SUPPORT
   QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui QtNetwork QtSql
}
mac:LIBS_PRIVATE += -framework Carbon

QMAKE_LIBS += $$QMAKE_LIBS_COMPAT $$QMAKE_LIBS_NETWORK
DEFINES -= QT3_SUPPORT_WARNINGS
DEFINES += QT3_SUPPORT
MOCDIR = .moc

*-g++*: QMAKE_CXXFLAGS += -fno-strict-aliasing

CONFIG -= separate_debug_info
CONFIG += no_debug_info

> * | Comparison tolerance increased for handheldsninerider2009-10-081-1/+5 |/ * Fix for "Braces mismatch \tests\auto\qsqlrecord\qsqlrecord.pro:16"Janne Anttila2009-10-081-3/+3 * Fix qsound autotest build break in Symbian.Janne Anttila2009-10-082-1/+5 * Fix tst_QTextLayout::testTabDPIScale for WinCE/SymbianAlessandro Portale2009-10-071-11/+7 * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6ninerider2009-10-071-5/+0 |\ | * Revert "Fix tst_QTextLayout::testTabDPIScale"Alessandro Portale2009-10-071-5/+0 * | Skip the srcoll per pixel mouse wheel test on Windows CEninerider2009-10-071-0/+6 |/ * Fix tst_QTextLayout::testTabDPIScaleAlessandro Portale2009-10-071-0/+5 * Support small screen for QToolBar auto test.Liang QI2009-10-071-17/+106 * tests/auto/qscriptengine/qscriptengine.pro Windows CE fixJoerg Bornemann2009-10-071-1/+6 * Fixed deployment when using cetest.axis2009-10-0719-70/+115 * Merge branch 'openbossa-expanding' into 4.6Jan-Arve Sæther2009-10-072-5/+281 |\ | * Make some lines in the autotest more readable.Jan-Arve Sæther2009-10-071-11/+6 | * QGraphicsAnchorLayout: Enable "float" Orbit testEduardo M. Fleury2009-10-061-3/+0 | * QGraphicsAnchorLayout: Adding a Float Conflict test caseJesus Sanchez-Palencia2009-10-062-1/+72 | * QGraphicsAnchorLayout: Fix creation of internal layout anchorsEduardo M. Fleury2009-10-061-1/+1 | * QGraphicsAnchorLayout Tests: Enable expanding testsEduardo M. Fleury2009-10-061-9/+8 | * QGraphicsAnchorLayout: add autotests for QSizePolicy::ExpandFlagCaio Marcelo de Oliveira Filho2009-10-061-0/+214 * | QUrl autotest additionsDavid Faure2009-10-071-2/+9 * | A test requiring an enter/leave signal to be emitted is skipped.ninerider2009-10-071-0/+3 * | Whe STL is not enabled, most of the test threads failed to start.ninerider2009-10-071-1/+26 * | implement qHash function for QScriptStringKent Hansen2009-10-071-0/+17 * | Merge branch '4.5' into 4.6Thiago Macieira2009-10-061-6/+80 |\ \ | * | Autotest: add a few more tests, with IP address and actual hostnameThiago Macieira2009-10-061-4/+74 | * | Autotest: use port 12346 instead of 1, to ensure that it's not aThiago Macieira2009-10-061-2/+7 * | | QScriptContext::parentContext: don't skip unessecary framesOlivier Goffart2009-10-061-1/+0 * | | tst_qnetworkreply: httpConnectionCount test improvementsMarkus Goetz2009-10-061-3/+7 * | | add test for QT-2270Kent Hansen2009-10-061-0/+17 * | | tst_qhttpnetworkconnection: Some more checksMarkus Goetz2009-10-061-2/+14 * | | Merge commit 'origin/4.5' into 4.6Joerg Bornemann2009-10-062-0/+3 |\ \ \ | |/ / | * | tst_QGraphicsItem::QTBUG_4233_updateCachedWithSceneRect WinCE fixJoerg Bornemann2009-10-061-1/+1 | * | tst_QGraphicsView::task245469_itemsAtPointWithClip Windows mobile fixJoerg Bornemann2009-10-061-0/+1 | * | tst_QGraphicsLinearLayout::layoutDirection fixed for Windows mobileJoerg Bornemann2009-10-061-0/+2 * | | tst_qnetworkreply: Add ioPostToHttpsUploadProgressMarkus Goetz2009-10-063-0/+143 * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6ninerider2009-10-06