Changeset 561 for trunk/src/gui/dialogs/dialogs.pri
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/gui/dialogs/dialogs.pri
r2 r561 8 8 dialogs/qcolordialog.h \ 9 9 dialogs/qcolordialog_p.h \ 10 dialogs/qfscompleter_p.h \ 10 11 dialogs/qdialog.h \ 11 12 dialogs/qdialog_p.h \ … … 28 29 29 30 !embedded:mac { 30 OBJECTIVE_SOURCES += dialogs/qcolordialog_mac.mm \ 31 dialogs/qfiledialog_mac.mm \ 31 OBJECTIVE_SOURCES += dialogs/qfiledialog_mac.mm \ 32 32 dialogs/qfontdialog_mac.mm \ 33 33 dialogs/qnspanelproxy_mac.mm \ 34 34 dialogs/qpagesetupdialog_mac.mm \ 35 35 dialogs/qprintdialog_mac.mm 36 37 # Compile qcolordialog_mac.mm with exception support, disregarding the -no-exceptions 38 # configure option. (qcolordialog_mac needs to catch exceptions thrown by cocoa) 39 EXCEPTION_SOURCES = dialogs/qcolordialog_mac.mm 40 exceptions_compiler.commands = $$QMAKE_CXX -c 41 exceptions_compiler.commands += $(CXXFLAGS) $(INCPATH) ${QMAKE_FILE_IN} -o ${QMAKE_FILE_OUT} 42 exceptions_compiler.commands += -fexceptions 43 exceptions_compiler.dependency_type = TYPE_C 44 exceptions_compiler.output = ${QMAKE_VAR_OBJECTS_DIR}${QMAKE_FILE_BASE}$${first(QMAKE_EXT_OBJ)} 45 exceptions_compiler.input = EXCEPTION_SOURCES 46 exceptions_compiler.variable_out = OBJECTS 47 exceptions_compiler.name = compiling[exceptopns] ${QMAKE_FILE_IN} 48 silent:exceptions_compiler.commands = @echo compiling[exceptopns] ${QMAKE_FILE_IN} && $$exceptions_compiler.commands 49 QMAKE_EXTRA_COMPILERS += exceptions_compiler 36 50 } 51 37 52 win32 { 38 53 HEADERS += dialogs/qwizard_win_p.h … … 46 61 } 47 62 48 !mac:!embedded: unix {63 !mac:!embedded:!symbian:unix { 49 64 HEADERS += dialogs/qpagesetupdialog_unix_p.h 50 65 SOURCES += dialogs/qprintdialog_unix.cpp \ … … 71 86 } 72 87 73 wince* : FORMS += dialogs/qfiledialog_wince.ui88 wince*|symbian: FORMS += dialogs/qfiledialog_embedded.ui 74 89 else: FORMS += dialogs/qfiledialog.ui 75 90
Note:
See TracChangeset
for help on using the changeset viewer.