source: trunk/src/declarative/declarative.pro@ 1030

Last change on this file since 1030 was 874, checked in by Dmitry A. Kuminov, 14 years ago

general: Enabled building of QtDeclarative by default. Closes #221.

File size: 821 bytes
Line 
1TARGET = QtDeclarative
2os2:TARGET_SHORT = QtDecl
3QPRO_PWD = $$PWD
4QT = core gui script network
5contains(QT_CONFIG, svg): QT += svg
6DEFINES += QT_BUILD_DECLARATIVE_LIB QT_NO_URL_CAST_FROM_STRING
7win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x66000000
8solaris-cc*:QMAKE_CXXFLAGS_RELEASE -= -O2
9
10unix:QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui
11
12exists("qdeclarative_enable_gcov") {
13 QMAKE_CXXFLAGS = -fprofile-arcs -ftest-coverage -fno-elide-constructors
14 LIBS += -lgcov
15}
16
17include(../qbase.pri)
18
19#INCLUDEPATH -= $$QMAKE_INCDIR_QT/$$TARGET
20#DESTDIR=.
21
22#modules
23include(util/util.pri)
24include(graphicsitems/graphicsitems.pri)
25include(qml/qml.pri)
26include(debugger/debugger.pri)
27
28symbian: {
29 TARGET.UID3=0x2001E623
30 LIBS += -lefsrv
31}
32
33DEFINES += QT_NO_OPENTYPE
34INCLUDEPATH += ../3rdparty/harfbuzz/src
35
Note: See TracBrowser for help on using the repository browser.