Changeset 561 for trunk/qmake/qmake.pri


Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/qmake/qmake.pri

    r406 r561  
    99           generators/win32/msvc_nmake.cpp generators/projectgenerator.cpp \
    1010           generators/win32/msvc_dsp.cpp generators/win32/msvc_vcproj.cpp \
    11            generators/win32/msvc_objectmodel.cpp generators/os2/gnumake.cpp
     11           generators/win32/msvc_objectmodel.cpp \
     12           generators/symbian/symmake.cpp \
     13           generators/symbian/symmake_abld.cpp \
     14           generators/symbian/symmake_sbsv2.cpp \
     15           generators/symbian/initprojectdeploy_symbian.cpp \
     16           generators/os2/gnumake.cpp
     17
    1218HEADERS += project.h property.h generators/makefile.h \
    1319           generators/unix/unixmake.h meta.h option.h cachekeys.h \
     
    1723           generators/win32/msvc_dsp.h generators/win32/msvc_vcproj.h \
    1824           generators/win32/mingw_make.h generators/win32/msvc_objectmodel.h \
     25
     26
     27
     28
     29
    1930           generators/os2/gnumake.h
    2031
     
    4758        qhash.cpp \
    4859        qiodevice.cpp \
    49         qlistdata.cpp \
     60        qlist.cpp \
    5061        qlinkedlist.cpp \
    5162        qlocale.cpp \
     
    5465        qmetatype.cpp \
    5566        qregexp.cpp \
     67
     68
    5669        qstring.cpp \
    5770        qstringlist.cpp \
     
    6477        qvariant.cpp \
    6578        qvector.cpp \
    66         qvsnprintf.cpp
     79        qvsnprintf.cpp \
     80        qxmlstream.cpp \
     81        qxmlutils.cpp
    6782
    6883   HEADERS+= \
     
    8095        qabstractfileengine.h \
    8196        qfileinfo.h \
    82         qfileinfo_p.h \
    8397        qglobal.h \
    8498        qnumeric.h \
     
    92106        qmetatype.h \
    93107        qregexp.h \
     108
     109
    94110        qstring.h \
    95111        qstringlist.h \
     
    99115        qurl.h \
    100116        quuid.h \
    101         qvector.h
     117        qvector.h \
     118        qxmlstream.h \
     119        qxmlutils.h
    102120
    103121    unix {
     
    105123        mac {
    106124          SOURCES += qcore_mac.cpp qsettings_mac.cpp
    107           QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.3 #enables weak linking for 10.3 (exported)
     125          QMAKE_MACOSX_DEPLOYMENT_TARGET = 10. (exported)
    108126          LIBS += -framework ApplicationServices
    109127        }
     
    121139    }
    122140    DEFINES *= QT_NO_QOBJECT
    123     include($$QT_SOURCE_TREE/src/script/script.pri)
    124141} else {
    125142    CONFIG += qt
    126     QT = core script
     143    QT = core
    127144}
    128145*-g++:profiling {
Note: See TracChangeset for help on using the changeset viewer.