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/src/gui/dialogs/dialogs.pri

    r573 r846  
    5151
    5252win32 {
    53     HEADERS += dialogs/qwizard_win_p.h
     53    HEADERS += dialogs/qwizard_win_p.h \
     54               dialogs/qfiledialog_win_p.h
    5455    SOURCES += dialogs/qdialogsbinarycompat_win.cpp \
    5556               dialogs/qfiledialog_win.cpp \
     
    108109        dialogs/qprintpreviewdialog.cpp
    109110
     111symbian:contains(QT_CONFIG, s60) {
     112    LIBS += -lCommonDialogs
     113    SOURCES += dialogs/qfiledialog_symbian.cpp \
     114               dialogs/qcolordialog_symbian.cpp
     115}
     116
    110117FORMS += dialogs/qpagesetupwidget.ui
    111118RESOURCES += dialogs/qprintdialog.qrc
    112119RESOURCES += dialogs/qmessagebox.qrc
     120
     121# Compensate for lack of platform defines in Symbian3
     122symbian: DEFINES += SYMBIAN_VERSION_$$upper($$replace(SYMBIAN_VERSION,\\.,_))
Note: See TracChangeset for help on using the changeset viewer.