Changeset 846 for trunk/qmake/qmake.pri


Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/qmake/qmake.pri

    r769 r846  
    88           generators/xmloutput.cpp generators/win32/borland_bmake.cpp \
    99           generators/win32/msvc_nmake.cpp generators/projectgenerator.cpp \
    10            generators/win32/msvc_dsp.cpp generators/win32/msvc_vcproj.cpp \
    11            generators/win32/msvc_objectmodel.cpp \
     10           generators/win32/msvc_vcproj.cpp \
     11           generators/win32/msvc_vcxproj.cpp \
     12           generators/win32/msvc_objectmodel.cpp generators/win32/msbuild_objectmodel.cpp \
     13           generators/symbian/symbiancommon.cpp \
    1214           generators/symbian/symmake.cpp \
    1315           generators/symbian/symmake_abld.cpp \
    1416           generators/symbian/symmake_sbsv2.cpp \
    1517           generators/symbian/initprojectdeploy_symbian.cpp \
     18           generators/os2/gnumake.cpp \
    1619           windows/registry.cpp \
    17            symbian/epocroot.cpp \
    18            generators/os2/gnumake.cpp
     20           symbian/epocroot.cpp
    1921
    2022HEADERS += project.h property.h generators/makefile.h \
    2123           generators/unix/unixmake.h meta.h option.h cachekeys.h \
    22            generators/win32/winmakefile.h generators/projectgenerator.h \
     24           generators/win32/winmakefile.h generators/win32/mingw_make.h generators/projectgenerator.h \
    2325           generators/makefiledeps.h generators/metamakefile.h generators/mac/pbuilder_pbx.h \
    2426           generators/xmloutput.h generators/win32/borland_bmake.h generators/win32/msvc_nmake.h \
    25            generators/win32/msvc_dsp.h generators/win32/msvc_vcproj.h \
    26            generators/win32/mingw_make.h generators/win32/msvc_objectmodel.h \
     27           generators/win32/msvc_vcproj.h \
     28           generators/win32/msvc_vcxproj.h \
     29           generators/win32/msvc_objectmodel.h generators/win32/msbuild_objectmodel.h \
     30           generators/symbian/symbiancommon.h \
    2731           generators/symbian/symmake.h \
    2832           generators/symbian/symmake_abld.h \
    2933           generators/symbian/symmake_sbsv2.h \
    3034           generators/symbian/initprojectdeploy_symbian.h \
    31            windows/registry.h \
    32            symbian/epocroot.h \
    3335           generators/os2/gnumake.h
     36           windows/registry_p.h \
     37           symbian/epocroot_p.h
    3438
    3539contains(QT_EDITION, OpenSource) {
     
    4145   SKIP_DEPENDS += qconfig.h qmodules.h
    4246   DEFINES += QT_NO_TEXTCODEC QT_NO_LIBRARY QT_NO_STL QT_NO_COMPRESS QT_NO_UNICODETABLES \
    43               QT_NO_GEOM_VARIANT QT_NO_DATASTREAM
     47              QT_NO_GEOM_VARIANT QT_NO_DATASTREAM QLIBRARYINFO_EPOCROOT
    4448   DEFINES+=QT_NODLL QT_NO_THREAD
    4549   SOURCES+= \
     
    130134        }
    131135    } else:win32 {
    132         SOURCES += qfsfileengine_win.cpp qfsfileengine_iterator_win.cpp qsettings_win.cpp
     136        SOURCES += qfsfileengine_win.cpp qfsfileengine_iterator_win.cpp qsettings_win.cpp \
     137            qsystemlibrary.cpp
    133138        win32-msvc*:LIBS += ole32.lib advapi32.lib
    134         win32-g++:LIBS += -lole32 -luuid
     139        win32-g++*:LIBS += -lole32 -luuid
    135140    } else:os2 {
    136141        SOURCES += qfsfileengine_os2.cpp qfsfileengine_iterator_os2.cpp qsettings_os2.cpp
Note: See TracChangeset for help on using the changeset viewer.